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
show all
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

Instance Attribute Details

#environmentHash<String,String>

Environment variables to set in the container. Refer to ContainerDefinition for more details.

Returns:

  • (Hash<String,String>)

    Environment variables to set in the container.

#imageString

The ECR path of the container. Refer to ContainerDefinition for more details.

Returns:

  • (String)

    The ECR path of the container.

#model_data_urlString

The location of the model artifacts. Refer to ContainerDefinition for more details.

Returns:

  • (String)

    The location of the model artifacts.