| 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 ListModelMetadataResponse |
SageMakerClient.listModelMetadata(Consumer<ListModelMetadataRequest.Builder> listModelMetadataRequest)
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.
|
default ListModelMetadataResponse |
SageMakerClient.listModelMetadata(ListModelMetadataRequest listModelMetadataRequest)
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListModelMetadataResponse> |
SageMakerAsyncClient.listModelMetadata(Consumer<ListModelMetadataRequest.Builder> listModelMetadataRequest)
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.
|
default CompletableFuture<ListModelMetadataResponse> |
SageMakerAsyncClient.listModelMetadata(ListModelMetadataRequest listModelMetadataRequest)
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListModelMetadataResponse> |
ListModelMetadataIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelMetadataPublisher.subscribe(org.reactivestreams.Subscriber<? super ListModelMetadataResponse> subscriber) |
Copyright © 2022. All rights reserved.