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

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

#image_nameString

The name of the image to describe.

Returns:

  • (String)


13970
13971
13972
13973
13974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13970

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