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:



27539
27540
27541
27542
27543
27544
# File 'lib/aws-sdk-sagemaker/types.rb', line 27539

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)


27539
27540
27541
27542
27543
27544
# File 'lib/aws-sdk-sagemaker/types.rb', line 27539

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