Class: Aws::SageMaker::Types::ListModelPackageGroupsOutput

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_group_summary_listArray<Types::ModelPackageGroupSummary>

A list of summaries of the model groups in your Amazon Web Services account.



28014
28015
28016
28017
28018
28019
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28014

class ListModelPackageGroupsOutput < Struct.new(
  :model_package_group_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 groups, use it in the subsequent request.

Returns:

  • (String)


28014
28015
28016
28017
28018
28019
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28014

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