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
      2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2186 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
      2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2186 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
      2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2186 class AutoMLContainerDefinition < Struct.new( :image, :model_data_url, :environment) SENSITIVE = [] include Aws::Structure end  |