7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/GraderConfig.h>
9#include <aws/bedrock/model/RFTHyperParameters.h>
43 template <
typename GraderConfigT = GraderConfig>
45 m_graderConfigHasBeenSet =
true;
46 m_graderConfig = std::forward<GraderConfigT>(value);
48 template <
typename GraderConfigT = GraderConfig>
62 template <
typename HyperParametersT = RFTHyperParameters>
64 m_hyperParametersHasBeenSet =
true;
65 m_hyperParameters = std::forward<HyperParametersT>(value);
67 template <
typename HyperParametersT = RFTHyperParameters>
77 bool m_graderConfigHasBeenSet =
false;
78 bool m_hyperParametersHasBeenSet =
false;
void SetGraderConfig(GraderConfigT &&value)
bool GraderConfigHasBeenSet() const
AWS_BEDROCK_API RFTConfig(Aws::Utils::Json::JsonView jsonValue)
RFTConfig & WithHyperParameters(HyperParametersT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API RFTConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool HyperParametersHasBeenSet() const
RFTConfig & WithGraderConfig(GraderConfigT &&value)
const GraderConfig & GetGraderConfig() const
const RFTHyperParameters & GetHyperParameters() const
void SetHyperParameters(HyperParametersT &&value)
AWS_BEDROCK_API RFTConfig()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue