| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision |
This is the Amazon Lookout for Vision API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default StopModelResponse |
LookoutVisionClient.stopModel(Consumer<StopModelRequest.Builder> stopModelRequest)
Stops the hosting of a running model.
|
default StopModelResponse |
LookoutVisionClient.stopModel(StopModelRequest stopModelRequest)
Stops the hosting of a running model.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopModelResponse> |
LookoutVisionAsyncClient.stopModel(Consumer<StopModelRequest.Builder> stopModelRequest)
Stops the hosting of a running model.
|
default CompletableFuture<StopModelResponse> |
LookoutVisionAsyncClient.stopModel(StopModelRequest stopModelRequest)
Stops the hosting of a running model.
|
Copyright © 2022. All rights reserved.