7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ContainerMetricsConfig.h>
11#include <aws/sagemaker/model/DeployedImage.h>
42 template <
typename DeployedImageT = DeployedImage>
44 m_deployedImageHasBeenSet =
true;
45 m_deployedImage = std::forward<DeployedImageT>(value);
47 template <
typename DeployedImageT = DeployedImage>
60 template <
typename ArtifactUrlT = Aws::String>
62 m_artifactUrlHasBeenSet =
true;
63 m_artifactUrl = std::forward<ArtifactUrlT>(value);
65 template <
typename ArtifactUrlT = Aws::String>
78 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
80 m_environmentHasBeenSet =
true;
81 m_environment = std::forward<EnvironmentT>(value);
83 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
88 template <
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
90 m_environmentHasBeenSet =
true;
91 m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
103 template <
typename ContainerMetricsConfigT = ContainerMetricsConfig>
105 m_containerMetricsConfigHasBeenSet =
true;
106 m_containerMetricsConfig = std::forward<ContainerMetricsConfigT>(value);
108 template <
typename ContainerMetricsConfigT = ContainerMetricsConfig>
122 bool m_deployedImageHasBeenSet =
false;
123 bool m_artifactUrlHasBeenSet =
false;
124 bool m_environmentHasBeenSet =
false;
125 bool m_containerMetricsConfigHasBeenSet =
false;
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary()=default
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArtifactUrl(ArtifactUrlT &&value)
bool DeployedImageHasBeenSet() const
bool ContainerMetricsConfigHasBeenSet() const
void SetEnvironment(EnvironmentT &&value)
InferenceComponentContainerSpecificationSummary & WithContainerMetricsConfig(ContainerMetricsConfigT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeployedImage(DeployedImageT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
InferenceComponentContainerSpecificationSummary & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
InferenceComponentContainerSpecificationSummary & WithDeployedImage(DeployedImageT &&value)
bool EnvironmentHasBeenSet() const
AWS_SAGEMAKER_API InferenceComponentContainerSpecificationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArtifactUrl() const
const ContainerMetricsConfig & GetContainerMetricsConfig() const
InferenceComponentContainerSpecificationSummary & WithEnvironment(EnvironmentT &&value)
InferenceComponentContainerSpecificationSummary & WithArtifactUrl(ArtifactUrlT &&value)
bool ArtifactUrlHasBeenSet() const
void SetContainerMetricsConfig(ContainerMetricsConfigT &&value)
const DeployedImage & GetDeployedImage() 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
Aws::Utils::Json::JsonValue JsonValue