| 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 ListModelCardExportJobsResponse |
SageMakerClient.listModelCardExportJobs(Consumer<ListModelCardExportJobsRequest.Builder> listModelCardExportJobsRequest)
List the export jobs for the Amazon SageMaker Model Card.
|
default ListModelCardExportJobsResponse |
SageMakerClient.listModelCardExportJobs(ListModelCardExportJobsRequest listModelCardExportJobsRequest)
List the export jobs for the Amazon SageMaker Model Card.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListModelCardExportJobsResponse> |
SageMakerAsyncClient.listModelCardExportJobs(Consumer<ListModelCardExportJobsRequest.Builder> listModelCardExportJobsRequest)
List the export jobs for the Amazon SageMaker Model Card.
|
default CompletableFuture<ListModelCardExportJobsResponse> |
SageMakerAsyncClient.listModelCardExportJobs(ListModelCardExportJobsRequest listModelCardExportJobsRequest)
List the export jobs for the Amazon SageMaker Model Card.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListModelCardExportJobsResponse> |
ListModelCardExportJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelCardExportJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListModelCardExportJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.