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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



25483
25484
25485
25486
25487
25488
# File 'lib/aws-sdk-sagemaker/types.rb', line 25483

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)


25483
25484
25485
25486
25487
25488
# File 'lib/aws-sdk-sagemaker/types.rb', line 25483

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