Class: Aws::SageMaker::Types::ListModelPackagesOutput

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

#model_package_summary_listArray<Types::ModelPackageSummary>

An array of ModelPackageSummary objects, each of which lists a model package.

Returns:



28107
28108
28109
28110
28111
28112
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28107

class ListModelPackagesOutput < Struct.new(
  :model_package_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.

Returns:

  • (String)


28107
28108
28109
28110
28111
28112
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28107

class ListModelPackagesOutput < Struct.new(
  :model_package_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end