7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/bedrock-agent-runtime/model/InferenceConfig.h>
10#include <aws/bedrock-agent-runtime/model/PerformanceConfiguration.h>
11#include <aws/bedrock-agent-runtime/model/PromptTemplate.h>
12#include <aws/bedrock-agent-runtime/model/QueryTransformationConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/Document.h>
27namespace BedrockAgentRuntime
55 template<
typename AdditionalModelRequestFieldsT = Aws::Map<Aws::String, Aws::Utils::Document>>
56 void SetAdditionalModelRequestFields(AdditionalModelRequestFieldsT&& value) { m_additionalModelRequestFieldsHasBeenSet =
true; m_additionalModelRequestFields = std::forward<AdditionalModelRequestFieldsT>(value); }
57 template<
typename AdditionalModelRequestFieldsT = Aws::Map<Aws::String, Aws::Utils::Document>>
59 template<
typename AdditionalModelRequestFieldsKeyT = Aws::String,
typename AdditionalModelRequestFieldsValueT = Aws::Utils::Document>
61 m_additionalModelRequestFieldsHasBeenSet =
true; m_additionalModelRequestFields.emplace(std::forward<AdditionalModelRequestFieldsKeyT>(key), std::forward<AdditionalModelRequestFieldsValueT>(value));
return *
this;
72 template<
typename InferenceConfigT = InferenceConfig>
73 void SetInferenceConfig(InferenceConfigT&& value) { m_inferenceConfigHasBeenSet =
true; m_inferenceConfig = std::forward<InferenceConfigT>(value); }
74 template<
typename InferenceConfigT = InferenceConfig>
84 template<
typename PerformanceConfigT = PerformanceConfiguration>
85 void SetPerformanceConfig(PerformanceConfigT&& value) { m_performanceConfigHasBeenSet =
true; m_performanceConfig = std::forward<PerformanceConfigT>(value); }
86 template<
typename PerformanceConfigT = PerformanceConfiguration>
101 template<
typename PromptTemplateT = PromptTemplate>
102 void SetPromptTemplate(PromptTemplateT&& value) { m_promptTemplateHasBeenSet =
true; m_promptTemplate = std::forward<PromptTemplateT>(value); }
103 template<
typename PromptTemplateT = PromptTemplate>
114 template<
typename QueryTransformationConfigurationT = QueryTransformationConfiguration>
115 void SetQueryTransformationConfiguration(QueryTransformationConfigurationT&& value) { m_queryTransformationConfigurationHasBeenSet =
true; m_queryTransformationConfiguration = std::forward<QueryTransformationConfigurationT>(value); }
116 template<
typename QueryTransformationConfigurationT = QueryTransformationConfiguration>
122 bool m_additionalModelRequestFieldsHasBeenSet =
false;
125 bool m_inferenceConfigHasBeenSet =
false;
128 bool m_performanceConfigHasBeenSet =
false;
131 bool m_promptTemplateHasBeenSet =
false;
134 bool m_queryTransformationConfigurationHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API OrchestrationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API OrchestrationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetAdditionalModelRequestFields(AdditionalModelRequestFieldsT &&value)
const QueryTransformationConfiguration & GetQueryTransformationConfiguration() const
OrchestrationConfiguration & AddAdditionalModelRequestFields(AdditionalModelRequestFieldsKeyT &&key, AdditionalModelRequestFieldsValueT &&value)
const PromptTemplate & GetPromptTemplate() const
OrchestrationConfiguration & WithPerformanceConfig(PerformanceConfigT &&value)
void SetQueryTransformationConfiguration(QueryTransformationConfigurationT &&value)
const Aws::Map< Aws::String, Aws::Utils::Document > & GetAdditionalModelRequestFields() const
bool AdditionalModelRequestFieldsHasBeenSet() const
bool QueryTransformationConfigurationHasBeenSet() const
OrchestrationConfiguration & WithPromptTemplate(PromptTemplateT &&value)
bool InferenceConfigHasBeenSet() const
void SetPromptTemplate(PromptTemplateT &&value)
const InferenceConfig & GetInferenceConfig() const
bool PromptTemplateHasBeenSet() const
OrchestrationConfiguration & WithInferenceConfig(InferenceConfigT &&value)
bool PerformanceConfigHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API OrchestrationConfiguration()=default
void SetPerformanceConfig(PerformanceConfigT &&value)
void SetInferenceConfig(InferenceConfigT &&value)
OrchestrationConfiguration & WithAdditionalModelRequestFields(AdditionalModelRequestFieldsT &&value)
OrchestrationConfiguration & WithQueryTransformationConfiguration(QueryTransformationConfigurationT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const PerformanceConfiguration & GetPerformanceConfig() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue