7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ModelInfrastructureConfig.h>
42 template <
typename ModelNameT = Aws::String>
44 m_modelNameHasBeenSet =
true;
45 m_modelName = std::forward<ModelNameT>(value);
47 template <
typename ModelNameT = Aws::String>
60 template <
typename VariantNameT = Aws::String>
62 m_variantNameHasBeenSet =
true;
63 m_variantName = std::forward<VariantNameT>(value);
65 template <
typename VariantNameT = Aws::String>
79 template <
typename InfrastructureConfigT = ModelInfrastructureConfig>
81 m_infrastructureConfigHasBeenSet =
true;
82 m_infrastructureConfig = std::forward<InfrastructureConfigT>(value);
84 template <
typename InfrastructureConfigT = ModelInfrastructureConfig>
96 bool m_modelNameHasBeenSet =
false;
97 bool m_variantNameHasBeenSet =
false;
98 bool m_infrastructureConfigHasBeenSet =
false;
AWS_SAGEMAKER_API ModelVariantConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVariantName() const
void SetModelName(ModelNameT &&value)
AWS_SAGEMAKER_API ModelVariantConfig()=default
bool ModelNameHasBeenSet() const
bool InfrastructureConfigHasBeenSet() const
const Aws::String & GetModelName() const
bool VariantNameHasBeenSet() const
void SetInfrastructureConfig(InfrastructureConfigT &&value)
ModelVariantConfig & WithVariantName(VariantNameT &&value)
AWS_SAGEMAKER_API ModelVariantConfig(Aws::Utils::Json::JsonView jsonValue)
ModelVariantConfig & WithModelName(ModelNameT &&value)
ModelVariantConfig & WithInfrastructureConfig(InfrastructureConfigT &&value)
void SetVariantName(VariantNameT &&value)
const ModelInfrastructureConfig & GetInfrastructureConfig() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue