| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision |
This is the Amazon Lookout for Vision API Reference.
|
| software.amazon.awssdk.services.lookoutvision.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListModelsResponse |
LookoutVisionClient.listModels(Consumer<ListModelsRequest.Builder> listModelsRequest)
Lists the versions of a model in an Amazon Lookout for Vision project.
|
default ListModelsResponse |
LookoutVisionClient.listModels(ListModelsRequest listModelsRequest)
Lists the versions of a model in an Amazon Lookout for Vision project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListModelsResponse> |
LookoutVisionAsyncClient.listModels(Consumer<ListModelsRequest.Builder> listModelsRequest)
Lists the versions of a model in an Amazon Lookout for Vision project.
|
default CompletableFuture<ListModelsResponse> |
LookoutVisionAsyncClient.listModels(ListModelsRequest listModelsRequest)
Lists the versions of a model in an Amazon Lookout for Vision project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListModelsResponse> |
ListModelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListModelsResponse> subscriber) |
Copyright © 2022. All rights reserved.