Class: Aws::SageMaker::Types::ListModelPackageGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelPackageGroupsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_package_group_summary_list ⇒ Array<Types::ModelPackageGroupSummary>
A list of summaries of the model groups in your Amazon Web Services account.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#model_package_group_summary_list ⇒ Array<Types::ModelPackageGroupSummary>
A list of summaries of the model groups in your Amazon Web Services account.
29524 29525 29526 29527 29528 29529 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29524 class ListModelPackageGroupsOutput < Struct.new( :model_package_group_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 groups, use it in the subsequent request.
29524 29525 29526 29527 29528 29529 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29524 class ListModelPackageGroupsOutput < Struct.new( :model_package_group_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |