7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ProductionVariantInstanceType.h>
9#include <aws/sagemaker/model/ProductionVariantServerlessConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sagemaker/model/EnvironmentParameterRanges.h>
57 template<
typename ServerlessConfigT = ProductionVariantServerlessConfig>
58 void SetServerlessConfig(ServerlessConfigT&& value) { m_serverlessConfigHasBeenSet =
true; m_serverlessConfig = std::forward<ServerlessConfigT>(value); }
59 template<
typename ServerlessConfigT = ProductionVariantServerlessConfig>
69 template<
typename InferenceSpecificationNameT = Aws::String>
70 void SetInferenceSpecificationName(InferenceSpecificationNameT&& value) { m_inferenceSpecificationNameHasBeenSet =
true; m_inferenceSpecificationName = std::forward<InferenceSpecificationNameT>(value); }
71 template<
typename InferenceSpecificationNameT = Aws::String>
81 template<
typename EnvironmentParameterRangesT = EnvironmentParameterRanges>
82 void SetEnvironmentParameterRanges(EnvironmentParameterRangesT&& value) { m_environmentParameterRangesHasBeenSet =
true; m_environmentParameterRanges = std::forward<EnvironmentParameterRangesT>(value); }
83 template<
typename EnvironmentParameterRangesT = EnvironmentParameterRanges>
89 bool m_instanceTypeHasBeenSet =
false;
91 ProductionVariantServerlessConfig m_serverlessConfig;
92 bool m_serverlessConfigHasBeenSet =
false;
95 bool m_inferenceSpecificationNameHasBeenSet =
false;
97 EnvironmentParameterRanges m_environmentParameterRanges;
98 bool m_environmentParameterRangesHasBeenSet =
false;
ProductionVariantInstanceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue