Class: Aws::SageMaker::Types::ListModelPackagesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelPackagesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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, 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.
29595 29596 29597 29598 29599 29600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29595 class ListModelPackagesOutput < Struct.new( :model_package_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.
29595 29596 29597 29598 29599 29600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29595 class ListModelPackagesOutput < Struct.new( :model_package_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |