| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListModelCardsResponse |
SageMakerClient.listModelCards(Consumer<ListModelCardsRequest.Builder> listModelCardsRequest)
List existing model cards.
|
default ListModelCardsResponse |
SageMakerClient.listModelCards(ListModelCardsRequest listModelCardsRequest)
List existing model cards.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListModelCardsResponse> |
SageMakerAsyncClient.listModelCards(Consumer<ListModelCardsRequest.Builder> listModelCardsRequest)
List existing model cards.
|
default CompletableFuture<ListModelCardsResponse> |
SageMakerAsyncClient.listModelCards(ListModelCardsRequest listModelCardsRequest)
List existing model cards.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListModelCardsResponse> |
ListModelCardsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelCardsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListModelCardsResponse> subscriber) |
Copyright © 2022. All rights reserved.