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 .
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 .
1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1855 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 .
1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1855 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 .
1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1855 class AutoMLContainerDefinition < Struct.new( :image, :model_data_url, :environment) SENSITIVE = [] include Aws::Structure end |