Class: Aws::SageMaker::Types::AutoMLContainerDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLContainerDefinition
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see [ ContainerDefinition].
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Hash<String,String>
The environment variables to set in the container.
-
#image ⇒ String
The Amazon Elastic Container Registry (Amazon ECR) path of the container.
-
#model_data_url ⇒ String
The location of the model artifacts.
Instance Attribute Details
#environment ⇒ Hash<String,String>
The environment variables to set in the container. For more information, see [ ContainerDefinition].
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html
2177 2178 2179 2180 2181 2182 2183 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2177 class AutoMLContainerDefinition < Struct.new( :image, :model_data_url, :environment) SENSITIVE = [] include Aws::Structure end |
#image ⇒ String
The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see [ ContainerDefinition].
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html
2177 2178 2179 2180 2181 2182 2183 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2177 class AutoMLContainerDefinition < Struct.new( :image, :model_data_url, :environment) SENSITIVE = [] include Aws::Structure end |
#model_data_url ⇒ String
The location of the model artifacts. For more information, see [ ContainerDefinition].
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html
2177 2178 2179 2180 2181 2182 2183 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2177 class AutoMLContainerDefinition < Struct.new( :image, :model_data_url, :environment) SENSITIVE = [] include Aws::Structure end |