Class: Aws::SageMaker::Types::ListAliasesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAliasesRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
-
#max_results ⇒ Integer
The maximum number of aliases to return.
-
#next_token ⇒ String
If the previous call to
ListAliasesdidn't return the full set of aliases, the call returns a token for retrieving the next set of aliases. -
#version ⇒ Integer
The version of the image.
Instance Attribute Details
#alias ⇒ String
The alias of the image version.
34307 34308 34309 34310 34311 34312 34313 34314 34315 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34307 class ListAliasesRequest < Struct.new( :image_name, :alias, :version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#image_name ⇒ String
The name of the image.
34307 34308 34309 34310 34311 34312 34313 34314 34315 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34307 class ListAliasesRequest < Struct.new( :image_name, :alias, :version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of aliases to return.
34307 34308 34309 34310 34311 34312 34313 34314 34315 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34307 class ListAliasesRequest < Struct.new( :image_name, :alias, :version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous call to ListAliases didn't return the full set of
aliases, the call returns a token for retrieving the next set of
aliases.
34307 34308 34309 34310 34311 34312 34313 34314 34315 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34307 class ListAliasesRequest < Struct.new( :image_name, :alias, :version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the image. If image version is not specified, the aliases of all versions of the image are listed.
34307 34308 34309 34310 34311 34312 34313 34314 34315 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34307 class ListAliasesRequest < Struct.new( :image_name, :alias, :version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |