Class: Aws::SageMaker::Types::AutoMLContainerDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentHash<String,String>

The environment variables to set in the container. For more information, see ContainerDefinition.

Returns:

  • (Hash<String,String>)


2055
2056
2057
2058
2059
2060
2061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2055

class AutoMLContainerDefinition < Struct.new(
  :image,
  :model_data_url,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#imageString

The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2055

class AutoMLContainerDefinition < Struct.new(
  :image,
  :model_data_url,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#model_data_urlString

The location of the model artifacts. For more information, see ContainerDefinition.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2055

class AutoMLContainerDefinition < Struct.new(
  :image,
  :model_data_url,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end