| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LineageGroupSummary> |
ListLineageGroupsResponse.lineageGroupSummaries()
A list of lineage groups and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListLineageGroupsResponse.Builder |
ListLineageGroupsResponse.Builder.lineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)
A list of lineage groups and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListLineageGroupsResponse.Builder |
ListLineageGroupsResponse.Builder.lineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)
A list of lineage groups and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LineageGroupSummary> |
ListLineageGroupsPublisher.lineageGroupSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LineageGroupSummary> |
ListLineageGroupsIterable.lineageGroupSummaries()
Returns an iterable to iterate through the paginated
ListLineageGroupsResponse.lineageGroupSummaries()
member. |
Copyright © 2023. All rights reserved.