7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/MonitoringProblemType.h>
44 template <
typename ImageUriT = Aws::String>
46 m_imageUriHasBeenSet =
true;
47 m_imageUri = std::forward<ImageUriT>(value);
49 template <
typename ImageUriT = Aws::String>
62 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
64 m_containerEntrypointHasBeenSet =
true;
65 m_containerEntrypoint = std::forward<ContainerEntrypointT>(value);
67 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
72 template <
typename ContainerEntrypo
intT = Aws::String>
74 m_containerEntrypointHasBeenSet =
true;
75 m_containerEntrypoint.emplace_back(std::forward<ContainerEntrypointT>(value));
86 template <
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
88 m_containerArgumentsHasBeenSet =
true;
89 m_containerArguments = std::forward<ContainerArgumentsT>(value);
91 template <
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
96 template <
typename ContainerArgumentsT = Aws::String>
98 m_containerArgumentsHasBeenSet =
true;
99 m_containerArguments.emplace_back(std::forward<ContainerArgumentsT>(value));
113 template <
typename RecordPreprocessorSourceUriT = Aws::String>
115 m_recordPreprocessorSourceUriHasBeenSet =
true;
116 m_recordPreprocessorSourceUri = std::forward<RecordPreprocessorSourceUriT>(value);
118 template <
typename RecordPreprocessorSourceUriT = Aws::String>
132 template <
typename PostAnalyticsProcessorSourceUriT = Aws::String>
134 m_postAnalyticsProcessorSourceUriHasBeenSet =
true;
135 m_postAnalyticsProcessorSourceUri = std::forward<PostAnalyticsProcessorSourceUriT>(value);
137 template <
typename PostAnalyticsProcessorSourceUriT = Aws::String>
152 m_problemTypeHasBeenSet =
true;
153 m_problemType = value;
168 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
170 m_environmentHasBeenSet =
true;
171 m_environment = std::forward<EnvironmentT>(value);
173 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
178 template <
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
180 m_environmentHasBeenSet =
true;
181 m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
199 bool m_imageUriHasBeenSet =
false;
200 bool m_containerEntrypointHasBeenSet =
false;
201 bool m_containerArgumentsHasBeenSet =
false;
202 bool m_recordPreprocessorSourceUriHasBeenSet =
false;
203 bool m_postAnalyticsProcessorSourceUriHasBeenSet =
false;
204 bool m_problemTypeHasBeenSet =
false;
205 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