Class: Aws::SageMaker::Types::DescribeImageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_nameString

The name of the image to describe.

Returns:

  • (String)


14858
14859
14860
14861
14862
# File 'lib/aws-sdk-sagemaker/types.rb', line 14858

class DescribeImageRequest < Struct.new(
  :image_name)
  SENSITIVE = []
  include Aws::Structure
end