7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename TeacherModelIdentifierT = Aws::String>
43 m_teacherModelIdentifierHasBeenSet =
true;
44 m_teacherModelIdentifier = std::forward<TeacherModelIdentifierT>(value);
46 template <
typename TeacherModelIdentifierT = Aws::String>
61 m_maxResponseLengthForInferenceHasBeenSet =
true;
62 m_maxResponseLengthForInference = value;
71 bool m_teacherModelIdentifierHasBeenSet =
false;
73 int m_maxResponseLengthForInference{0};
74 bool m_maxResponseLengthForInferenceHasBeenSet =
false;
void SetMaxResponseLengthForInference(int value)
bool MaxResponseLengthForInferenceHasBeenSet() const
TeacherModelConfig & WithTeacherModelIdentifier(TeacherModelIdentifierT &&value)
AWS_BEDROCK_API TeacherModelConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTeacherModelIdentifier() const
AWS_BEDROCK_API TeacherModelConfig()=default
TeacherModelConfig & WithMaxResponseLengthForInference(int value)
int GetMaxResponseLengthForInference() const
AWS_BEDROCK_API TeacherModelConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TeacherModelIdentifierHasBeenSet() const
void SetTeacherModelIdentifier(TeacherModelIdentifierT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue