Class: Aws::SageMaker::Types::DescribeImageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeImageVersionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias of the image version.
-
#image_name ⇒ String
The name of the image.
-
#version ⇒ Integer
The version of the image.
Instance Attribute Details
#alias ⇒ String
The alias of the image version.
13983 13984 13985 13986 13987 13988 13989 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13983 class DescribeImageVersionRequest < Struct.new( :image_name, :version, :alias) SENSITIVE = [] include Aws::Structure end |
#image_name ⇒ String
The name of the image.
13983 13984 13985 13986 13987 13988 13989 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13983 class DescribeImageVersionRequest < Struct.new( :image_name, :version, :alias) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the image. If not specified, the latest version is described.
13983 13984 13985 13986 13987 13988 13989 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13983 class DescribeImageVersionRequest < Struct.new( :image_name, :version, :alias) SENSITIVE = [] include Aws::Structure end |