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:



28926
28927
28928
28929
28930
28931
# File 'lib/aws-sdk-sagemaker/types.rb', line 28926

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)


28926
28927
28928
28929
28930
28931
# File 'lib/aws-sdk-sagemaker/types.rb', line 28926

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