7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TeacherModelIdentifierT = Aws::String>
48 void SetTeacherModelIdentifier(TeacherModelIdentifierT&& value) { m_teacherModelIdentifierHasBeenSet =
true; m_teacherModelIdentifier = std::forward<TeacherModelIdentifierT>(value); }
49 template<
typename TeacherModelIdentifierT = Aws::String>
66 bool m_teacherModelIdentifierHasBeenSet =
false;
68 int m_maxResponseLengthForInference{0};
69 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