7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/InferenceConfiguration.h>
10#include <aws/bedrock-agent-runtime/model/CreationMode.h>
11#include <aws/bedrock-agent-runtime/model/PromptType.h>
24namespace BedrockAgentRuntime
56 template<
typename FoundationModelT = Aws::String>
57 void SetFoundationModel(FoundationModelT&& value) { m_foundationModelHasBeenSet =
true; m_foundationModel = std::forward<FoundationModelT>(value); }
58 template<
typename FoundationModelT = Aws::String>
74 template<
typename InferenceConfigurationT = InferenceConfiguration>
75 void SetInferenceConfiguration(InferenceConfigurationT&& value) { m_inferenceConfigurationHasBeenSet =
true; m_inferenceConfiguration = std::forward<InferenceConfigurationT>(value); }
76 template<
typename InferenceConfigurationT = InferenceConfiguration>
87 template<
typename Overr
ideLambdaT = Aws::String>
88 void SetOverrideLambda(OverrideLambdaT&& value) { m_overrideLambdaHasBeenSet =
true; m_overrideLambda = std::forward<OverrideLambdaT>(value); }
89 template<
typename Overr
ideLambdaT = Aws::String>
124 template<
typename TextT = Aws::String>
125 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
126 template<
typename TextT = Aws::String>
136 template<
typename TraceIdT = Aws::String>
137 void SetTraceId(TraceIdT&& value) { m_traceIdHasBeenSet =
true; m_traceId = std::forward<TraceIdT>(value); }
138 template<
typename TraceIdT = Aws::String>
154 bool m_foundationModelHasBeenSet =
false;
157 bool m_inferenceConfigurationHasBeenSet =
false;
160 bool m_overrideLambdaHasBeenSet =
false;
163 bool m_parserModeHasBeenSet =
false;
166 bool m_promptCreationModeHasBeenSet =
false;
169 bool m_textHasBeenSet =
false;
172 bool m_traceIdHasBeenSet =
false;
175 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue