Class: Aws::SageMaker::Types::ListAliasesRequest

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

#aliasString

The alias of the image version.

Returns:

  • (String)


24777
24778
24779
24780
24781
24782
24783
24784
24785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24777

class ListAliasesRequest < Struct.new(
  :image_name,
  :alias,
  :version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#image_nameString

The name of the image.

Returns:

  • (String)


24777
24778
24779
24780
24781
24782
24783
24784
24785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24777

class ListAliasesRequest < Struct.new(
  :image_name,
  :alias,
  :version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of aliases to return.

Returns:

  • (Integer)


24777
24778
24779
24780
24781
24782
24783
24784
24785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24777

class ListAliasesRequest < Struct.new(
  :image_name,
  :alias,
  :version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


24777
24778
24779
24780
24781
24782
24783
24784
24785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24777

class ListAliasesRequest < Struct.new(
  :image_name,
  :alias,
  :version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

Returns:

  • (Integer)


24777
24778
24779
24780
24781
24782
24783
24784
24785
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24777

class ListAliasesRequest < Struct.new(
  :image_name,
  :alias,
  :version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end