You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AutoMLContainerDefinition
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::AutoMLContainerDefinition
 
- Defined in:
- (unknown)
Overview
A list of container definitions that describe the different containers that make up one AutoML candidate. Refer to ContainerDefinition for more details.
Instance Attribute Summary collapse
- 
  
    
      #environment  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Environment variables to set in the container. 
- 
  
    
      #image  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ECR path of the container. 
- 
  
    
      #model_data_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The location of the model artifacts. 
Instance Attribute Details
#environment ⇒ Hash<String,String>
Environment variables to set in the container. Refer to ContainerDefinition for more details.
#image ⇒ String
The ECR path of the container. Refer to ContainerDefinition for more details.
#model_data_url ⇒ String
The location of the model artifacts. Refer to ContainerDefinition for more details.