7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/DistillationConfig.h>
9#include <aws/bedrock/model/RFTConfig.h>
41 template <
typename DistillationConfigT = DistillationConfig>
43 m_distillationConfigHasBeenSet =
true;
44 m_distillationConfig = std::forward<DistillationConfigT>(value);
46 template <
typename DistillationConfigT = DistillationConfig>
60 template <
typename RftConfigT = RFTConfig>
62 m_rftConfigHasBeenSet =
true;
63 m_rftConfig = std::forward<RftConfigT>(value);
65 template <
typename RftConfigT = RFTConfig>
75 bool m_distillationConfigHasBeenSet =
false;
76 bool m_rftConfigHasBeenSet =
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)
void SetRftConfig(RftConfigT &&value)
const DistillationConfig & GetDistillationConfig() const
bool RftConfigHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const RFTConfig & GetRftConfig() const
CustomizationConfig & WithRftConfig(RftConfigT &&value)
AWS_BEDROCK_API CustomizationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue