Class: Aws::SageMaker::Types::ListLineageGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListLineageGroupsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lineage_group_summaries ⇒ Array<Types::LineageGroupSummary>
A list of lineage groups and their properties.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#lineage_group_summaries ⇒ Array<Types::LineageGroupSummary>
A list of lineage groups and their properties.
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_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
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 |