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.
14933 14934 14935 14936 14937 14938 14939 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14933 class DescribeImageVersionRequest < Struct.new( :image_name, :version, :alias) SENSITIVE = [] include Aws::Structure end |
#image_name ⇒ String
The name of the image.
14933 14934 14935 14936 14937 14938 14939 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14933 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.
14933 14934 14935 14936 14937 14938 14939 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14933 class DescribeImageVersionRequest < Struct.new( :image_name, :version, :alias) SENSITIVE = [] include Aws::Structure end |