| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListLineageGroupsResult |
AmazonSageMakerClient.listLineageGroups(ListLineageGroupsRequest request)
A list of lineage groups shared with your Amazon Web Services account.
|
ListLineageGroupsResult |
AbstractAmazonSageMaker.listLineageGroups(ListLineageGroupsRequest request) |
ListLineageGroupsResult |
AmazonSageMaker.listLineageGroups(ListLineageGroupsRequest listLineageGroupsRequest)
A list of lineage groups shared with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLineageGroupsResult> |
AmazonSageMakerAsyncClient.listLineageGroupsAsync(ListLineageGroupsRequest request,
AsyncHandler<ListLineageGroupsRequest,ListLineageGroupsResult> asyncHandler) |
Future<ListLineageGroupsResult> |
AbstractAmazonSageMakerAsync.listLineageGroupsAsync(ListLineageGroupsRequest request,
AsyncHandler<ListLineageGroupsRequest,ListLineageGroupsResult> asyncHandler) |
Future<ListLineageGroupsResult> |
AmazonSageMakerAsync.listLineageGroupsAsync(ListLineageGroupsRequest listLineageGroupsRequest,
AsyncHandler<ListLineageGroupsRequest,ListLineageGroupsResult> asyncHandler)
A list of lineage groups shared with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListLineageGroupsResult |
ListLineageGroupsResult.clone() |
ListLineageGroupsResult |
ListLineageGroupsResult.withLineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)
A list of lineage groups and their properties.
|
ListLineageGroupsResult |
ListLineageGroupsResult.withLineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)
A list of lineage groups and their properties.
|
ListLineageGroupsResult |
ListLineageGroupsResult.withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
Copyright © 2024. All rights reserved.