Class: Aws::SageMaker::Types::UpdateImageRequest

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

#delete_propertiesArray<String>

A list of properties to delete. Only the Description and DisplayName properties can be deleted.

Returns:

  • (Array<String>)


43475
43476
43477
43478
43479
43480
43481
43482
43483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43475

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

#descriptionString

The new description for the image.

Returns:

  • (String)


43475
43476
43477
43478
43479
43480
43481
43482
43483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43475

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

#display_nameString

The new display name for the image.

Returns:

  • (String)


43475
43476
43477
43478
43479
43480
43481
43482
43483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43475

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

#image_nameString

The name of the image to update.

Returns:

  • (String)


43475
43476
43477
43478
43479
43480
43481
43482
43483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43475

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

#role_arnString

The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

Returns:

  • (String)


43475
43476
43477
43478
43479
43480
43481
43482
43483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43475

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