| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLineageGroupsResponse |
SageMakerClient.listLineageGroups(Consumer<ListLineageGroupsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLineageGroupsResponse> |
SageMakerAsyncClient.listLineageGroups(Consumer<ListLineageGroupsRequest.Builder> listLineageGroupsRequest)
A list of lineage groups shared with your Amazon Web Services account.
|
default CompletableFuture<ListLineageGroupsResponse> |
SageMakerAsyncClient.listLineageGroups(ListLineageGroupsRequest listLineageGroupsRequest)
A list of lineage groups shared with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLineageGroupsResponse> |
ListLineageGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLineageGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLineageGroupsResponse> subscriber) |
Copyright © 2022. All rights reserved.