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>
42 template <
typename ImageUriT = Aws::String>
44 m_imageUriHasBeenSet =
true;
45 m_imageUri = std::forward<ImageUriT>(value);
47 template <
typename ImageUriT = Aws::String>
63 template <
typename ConfigUriT = Aws::String>
65 m_configUriHasBeenSet =
true;
66 m_configUri = std::forward<ConfigUriT>(value);
68 template <
typename ConfigUriT = Aws::String>
81 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
83 m_environmentHasBeenSet =
true;
84 m_environment = std::forward<EnvironmentT>(value);
86 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
91 template <
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
93 m_environmentHasBeenSet =
true;
94 m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
104 bool m_imageUriHasBeenSet =
false;
105 bool m_configUriHasBeenSet =
false;
106 bool m_environmentHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
ModelBiasAppSpecification & WithImageUri(ImageUriT &&value)
void SetEnvironment(EnvironmentT &&value)
AWS_SAGEMAKER_API ModelBiasAppSpecification()=default
bool ConfigUriHasBeenSet() const
bool ImageUriHasBeenSet() const
AWS_SAGEMAKER_API ModelBiasAppSpecification(Aws::Utils::Json::JsonView jsonValue)
ModelBiasAppSpecification & WithEnvironment(EnvironmentT &&value)
AWS_SAGEMAKER_API ModelBiasAppSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetImageUri(ImageUriT &&value)
ModelBiasAppSpecification & WithConfigUri(ConfigUriT &&value)
ModelBiasAppSpecification & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
const Aws::String & GetConfigUri() const
void SetConfigUri(ConfigUriT &&value)
const Aws::String & GetImageUri() const
bool EnvironmentHasBeenSet() 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