7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TrainingInputMode.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/TrainingImageConfig.h>
12#include <aws/sagemaker/model/MetricDefinition.h>
75 template<
typename TrainingImageT = Aws::String>
76 void SetTrainingImage(TrainingImageT&& value) { m_trainingImageHasBeenSet =
true; m_trainingImage = std::forward<TrainingImageT>(value); }
77 template<
typename TrainingImageT = Aws::String>
98 template<
typename AlgorithmNameT = Aws::String>
99 void SetAlgorithmName(AlgorithmNameT&& value) { m_algorithmNameHasBeenSet =
true; m_algorithmName = std::forward<AlgorithmNameT>(value); }
100 template<
typename AlgorithmNameT = Aws::String>
120 template<
typename MetricDefinitionsT = Aws::Vector<MetricDefinition>>
121 void SetMetricDefinitions(MetricDefinitionsT&& value) { m_metricDefinitionsHasBeenSet =
true; m_metricDefinitions = std::forward<MetricDefinitionsT>(value); }
122 template<
typename MetricDefinitionsT = Aws::Vector<MetricDefinition>>
124 template<
typename MetricDefinitionsT = MetricDefinition>
158 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
159 void SetContainerEntrypoint(ContainerEntrypointT&& value) { m_containerEntrypointHasBeenSet =
true; m_containerEntrypoint = std::forward<ContainerEntrypointT>(value); }
160 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
162 template<
typename ContainerEntrypo
intT = Aws::String>
174 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
175 void SetContainerArguments(ContainerArgumentsT&& value) { m_containerArgumentsHasBeenSet =
true; m_containerArguments = std::forward<ContainerArgumentsT>(value); }
176 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
178 template<
typename ContainerArgumentsT = Aws::String>
189 template<
typename TrainingImageConfigT = TrainingImageConfig>
190 void SetTrainingImageConfig(TrainingImageConfigT&& value) { m_trainingImageConfigHasBeenSet =
true; m_trainingImageConfig = std::forward<TrainingImageConfigT>(value); }
191 template<
typename TrainingImageConfigT = TrainingImageConfig>
197 bool m_trainingImageHasBeenSet =
false;
200 bool m_algorithmNameHasBeenSet =
false;
203 bool m_trainingInputModeHasBeenSet =
false;
206 bool m_metricDefinitionsHasBeenSet =
false;
208 bool m_enableSageMakerMetricsTimeSeries{
false};
209 bool m_enableSageMakerMetricsTimeSeriesHasBeenSet =
false;
212 bool m_containerEntrypointHasBeenSet =
false;
215 bool m_containerArgumentsHasBeenSet =
false;
217 TrainingImageConfig m_trainingImageConfig;
218 bool m_trainingImageConfigHasBeenSet =
false;
void SetContainerArguments(ContainerArgumentsT &&value)
const Aws::Vector< Aws::String > & GetContainerArguments() const
AlgorithmSpecification & WithTrainingImage(TrainingImageT &&value)
bool GetEnableSageMakerMetricsTimeSeries() const
bool TrainingImageConfigHasBeenSet() const
bool ContainerArgumentsHasBeenSet() const
const Aws::Vector< MetricDefinition > & GetMetricDefinitions() const
bool EnableSageMakerMetricsTimeSeriesHasBeenSet() const
AlgorithmSpecification & AddContainerEntrypoint(ContainerEntrypointT &&value)
const TrainingImageConfig & GetTrainingImageConfig() const
void SetContainerEntrypoint(ContainerEntrypointT &&value)
void SetTrainingInputMode(TrainingInputMode value)
const Aws::String & GetAlgorithmName() const
const Aws::Vector< Aws::String > & GetContainerEntrypoint() const
bool ContainerEntrypointHasBeenSet() const
bool AlgorithmNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AlgorithmSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetTrainingImage(TrainingImageT &&value)
AWS_SAGEMAKER_API AlgorithmSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AlgorithmSpecification & AddMetricDefinitions(MetricDefinitionsT &&value)
AWS_SAGEMAKER_API AlgorithmSpecification()=default
bool TrainingInputModeHasBeenSet() const
AlgorithmSpecification & WithContainerArguments(ContainerArgumentsT &&value)
AlgorithmSpecification & WithContainerEntrypoint(ContainerEntrypointT &&value)
AlgorithmSpecification & WithMetricDefinitions(MetricDefinitionsT &&value)
AlgorithmSpecification & WithTrainingImageConfig(TrainingImageConfigT &&value)
TrainingInputMode GetTrainingInputMode() const
AlgorithmSpecification & WithEnableSageMakerMetricsTimeSeries(bool value)
void SetMetricDefinitions(MetricDefinitionsT &&value)
void SetAlgorithmName(AlgorithmNameT &&value)
bool TrainingImageHasBeenSet() const
AlgorithmSpecification & AddContainerArguments(ContainerArgumentsT &&value)
void SetTrainingImageConfig(TrainingImageConfigT &&value)
AlgorithmSpecification & WithAlgorithmName(AlgorithmNameT &&value)
const Aws::String & GetTrainingImage() const
AlgorithmSpecification & WithTrainingInputMode(TrainingInputMode value)
bool MetricDefinitionsHasBeenSet() const
void SetEnableSageMakerMetricsTimeSeries(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue