Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SageMaker::Types::CreateImageRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the image.

Returns:

  • (String)

7825
7826
7827
7828
7829
7830
7831
7832
7833
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7825

class CreateImageRequest < Struct.new(
  :description,
  :display_name,
  :image_name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the image. If not provided, ImageName is displayed.

Returns:

  • (String)

7825
7826
7827
7828
7829
7830
7831
7832
7833
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7825

class CreateImageRequest < Struct.new(
  :description,
  :display_name,
  :image_name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#image_nameString

The name of the image. Must be unique to your account.

Returns:

  • (String)

7825
7826
7827
7828
7829
7830
7831
7832
7833
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7825

class CreateImageRequest < Struct.new(
  :description,
  :display_name,
  :image_name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.

Returns:

  • (String)

7825
7826
7827
7828
7829
7830
7831
7832
7833
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7825

class CreateImageRequest < Struct.new(
  :description,
  :display_name,
  :image_name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to apply to the image.

Returns:


7825
7826
7827
7828
7829
7830
7831
7832
7833
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7825

class CreateImageRequest < Struct.new(
  :description,
  :display_name,
  :image_name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end