7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/DistillationConfig.h>
46 template<
typename DistillationConfigT = DistillationConfig>
47 void SetDistillationConfig(DistillationConfigT&& value) { m_distillationConfigHasBeenSet =
true; m_distillationConfig = std::forward<DistillationConfigT>(value); }
48 template<
typename DistillationConfigT = DistillationConfig>
54 bool m_distillationConfigHasBeenSet =
false;
bool DistillationConfigHasBeenSet() const
void SetDistillationConfig(DistillationConfigT &&value)
CustomizationConfig & WithDistillationConfig(DistillationConfigT &&value)
AWS_BEDROCK_API CustomizationConfig()=default
AWS_BEDROCK_API CustomizationConfig(Aws::Utils::Json::JsonView jsonValue)
const DistillationConfig & GetDistillationConfig() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API CustomizationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue