Class: Aws::SageMaker::Types::ListLineageGroupsResponse

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

#lineage_group_summariesArray<Types::LineageGroupSummary>

A list of lineage groups and their properties.

Returns:



27533
27534
27535
27536
27537
27538
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27533

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

#next_tokenString

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

Returns:

  • (String)


27533
27534
27535
27536
27537
27538
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27533

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