7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/MonitoringProblemType.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
50 template<
typename ImageUriT = Aws::String>
51 void SetImageUri(ImageUriT&& value) { m_imageUriHasBeenSet =
true; m_imageUri = std::forward<ImageUriT>(value); }
52 template<
typename ImageUriT = Aws::String>
62 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
63 void SetContainerEntrypoint(ContainerEntrypointT&& value) { m_containerEntrypointHasBeenSet =
true; m_containerEntrypoint = std::forward<ContainerEntrypointT>(value); }
64 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
66 template<
typename ContainerEntrypo
intT = Aws::String>
76 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
77 void SetContainerArguments(ContainerArgumentsT&& value) { m_containerArgumentsHasBeenSet =
true; m_containerArguments = std::forward<ContainerArgumentsT>(value); }
78 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
80 template<
typename ContainerArgumentsT = Aws::String>
93 template<
typename RecordPreprocessorSourceUriT = Aws::String>
94 void SetRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT&& value) { m_recordPreprocessorSourceUriHasBeenSet =
true; m_recordPreprocessorSourceUri = std::forward<RecordPreprocessorSourceUriT>(value); }
95 template<
typename RecordPreprocessorSourceUriT = Aws::String>
106 template<
typename PostAnalyticsProcessorSourceUriT = Aws::String>
107 void SetPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT&& value) { m_postAnalyticsProcessorSourceUriHasBeenSet =
true; m_postAnalyticsProcessorSourceUri = std::forward<PostAnalyticsProcessorSourceUriT>(value); }
108 template<
typename PostAnalyticsProcessorSourceUriT = Aws::String>
130 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
131 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
132 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
134 template<
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
136 m_environmentHasBeenSet =
true; m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
return *
this;
142 bool m_imageUriHasBeenSet =
false;
145 bool m_containerEntrypointHasBeenSet =
false;
148 bool m_containerArgumentsHasBeenSet =
false;
151 bool m_recordPreprocessorSourceUriHasBeenSet =
false;
154 bool m_postAnalyticsProcessorSourceUriHasBeenSet =
false;
157 bool m_problemTypeHasBeenSet =
false;
160 bool m_environmentHasBeenSet =
false;
bool ProblemTypeHasBeenSet() const
void SetProblemType(MonitoringProblemType value)
ModelQualityAppSpecification & WithProblemType(MonitoringProblemType value)
ModelQualityAppSpecification & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
const Aws::String & GetRecordPreprocessorSourceUri() const
ModelQualityAppSpecification & WithEnvironment(EnvironmentT &&value)
const Aws::Vector< Aws::String > & GetContainerEntrypoint() const
ModelQualityAppSpecification & WithPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT &&value)
void SetImageUri(ImageUriT &&value)
ModelQualityAppSpecification & AddContainerArguments(ContainerArgumentsT &&value)
ModelQualityAppSpecification & WithImageUri(ImageUriT &&value)
void SetContainerArguments(ContainerArgumentsT &&value)
bool PostAnalyticsProcessorSourceUriHasBeenSet() const
const Aws::String & GetPostAnalyticsProcessorSourceUri() const
ModelQualityAppSpecification & WithContainerEntrypoint(ContainerEntrypointT &&value)
void SetRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT &&value)
void SetContainerEntrypoint(ContainerEntrypointT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
bool EnvironmentHasBeenSet() const
void SetPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT &&value)
bool ImageUriHasBeenSet() const
const Aws::String & GetImageUri() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ModelQualityAppSpecification & WithContainerArguments(ContainerArgumentsT &&value)
ModelQualityAppSpecification & AddContainerEntrypoint(ContainerEntrypointT &&value)
AWS_SAGEMAKER_API ModelQualityAppSpecification(Aws::Utils::Json::JsonView jsonValue)
MonitoringProblemType GetProblemType() const
void SetEnvironment(EnvironmentT &&value)
ModelQualityAppSpecification & WithRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT &&value)
AWS_SAGEMAKER_API ModelQualityAppSpecification()=default
bool RecordPreprocessorSourceUriHasBeenSet() const
bool ContainerArgumentsHasBeenSet() const
bool ContainerEntrypointHasBeenSet() const
AWS_SAGEMAKER_API ModelQualityAppSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetContainerArguments() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue