Method: Aws::SageMaker::Types::DescribeImageRequest#image_name
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#image_name ⇒ String
The name of the image to describe.
18406 18407 18408 18409 18410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18406 class DescribeImageRequest < Struct.new( :image_name) SENSITIVE = [] include Aws::Structure end |