You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ListModelPackagesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelPackagesOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#model_package_summary_list ⇒ Array<Types::ModelPackageSummary>
An array of
ModelPackageSummary
objects, each of which lists a model package. -
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token.
Instance Attribute Details
#model_package_summary_list ⇒ Array<Types::ModelPackageSummary>
An array of ModelPackageSummary
objects, each of which lists a model
package.
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.