| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLineageGroupsResponse> |
SageMakerAsyncClient.listLineageGroups(ListLineageGroupsRequest listLineageGroupsRequest)
A list of lineage groups shared with your Amazon Web Services account.
|
default ListLineageGroupsResponse |
SageMakerClient.listLineageGroups(ListLineageGroupsRequest listLineageGroupsRequest)
A list of lineage groups shared with your Amazon Web Services account.
|
default ListLineageGroupsPublisher |
SageMakerAsyncClient.listLineageGroupsPaginator(ListLineageGroupsRequest listLineageGroupsRequest)
A list of lineage groups shared with your Amazon Web Services account.
|
default ListLineageGroupsIterable |
SageMakerClient.listLineageGroupsPaginator(ListLineageGroupsRequest listLineageGroupsRequest)
A list of lineage groups shared with your Amazon Web Services account.
|
| Constructor and Description |
|---|
ListLineageGroupsIterable(SageMakerClient client,
ListLineageGroupsRequest firstRequest) |
ListLineageGroupsPublisher(SageMakerAsyncClient client,
ListLineageGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListLineageGroupsRequestMarshaller.marshall(ListLineageGroupsRequest listLineageGroupsRequest) |
Copyright © 2022. All rights reserved.