Class: Aws::SageMaker::Types::DescribeImageResponse

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

#creation_timeTime

When the image was created.

Returns:

  • (Time)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the image.

Returns:

  • (String)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the image as displayed.

Returns:

  • (String)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

When a create, update, or delete operation fails, the reason for the failure.

Returns:

  • (String)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#image_arnString

The ARN of the image.

Returns:

  • (String)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#image_nameString

The name of the image.

Returns:

  • (String)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#image_statusString

The status of the image.

Returns:

  • (String)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the image was last modified.

Returns:

  • (Time)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14016

class DescribeImageResponse < Struct.new(
  :creation_time,
  :description,
  :display_name,
  :failure_reason,
  :image_arn,
  :image_name,
  :image_status,
  :last_modified_time,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end