| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision |
This is the Amazon Lookout for Vision API Reference.
|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
StartModelResult |
AmazonLookoutforVisionClient.startModel(StartModelRequest request)
Starts the running of the version of an Amazon Lookout for Vision model.
|
StartModelResult |
AmazonLookoutforVision.startModel(StartModelRequest startModelRequest)
Starts the running of the version of an Amazon Lookout for Vision model.
|
StartModelResult |
AbstractAmazonLookoutforVision.startModel(StartModelRequest request) |
Future<StartModelResult> |
AbstractAmazonLookoutforVisionAsync.startModelAsync(StartModelRequest request) |
Future<StartModelResult> |
AmazonLookoutforVisionAsync.startModelAsync(StartModelRequest startModelRequest)
Starts the running of the version of an Amazon Lookout for Vision model.
|
Future<StartModelResult> |
AmazonLookoutforVisionAsyncClient.startModelAsync(StartModelRequest request) |
Future<StartModelResult> |
AbstractAmazonLookoutforVisionAsync.startModelAsync(StartModelRequest request,
AsyncHandler<StartModelRequest,StartModelResult> asyncHandler) |
Future<StartModelResult> |
AmazonLookoutforVisionAsync.startModelAsync(StartModelRequest startModelRequest,
AsyncHandler<StartModelRequest,StartModelResult> asyncHandler)
Starts the running of the version of an Amazon Lookout for Vision model.
|
Future<StartModelResult> |
AmazonLookoutforVisionAsyncClient.startModelAsync(StartModelRequest request,
AsyncHandler<StartModelRequest,StartModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartModelResult> |
AbstractAmazonLookoutforVisionAsync.startModelAsync(StartModelRequest request,
AsyncHandler<StartModelRequest,StartModelResult> asyncHandler) |
Future<StartModelResult> |
AmazonLookoutforVisionAsync.startModelAsync(StartModelRequest startModelRequest,
AsyncHandler<StartModelRequest,StartModelResult> asyncHandler)
Starts the running of the version of an Amazon Lookout for Vision model.
|
Future<StartModelResult> |
AmazonLookoutforVisionAsyncClient.startModelAsync(StartModelRequest request,
AsyncHandler<StartModelRequest,StartModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartModelRequest |
StartModelRequest.clone() |
StartModelRequest |
StartModelRequest.withClientToken(String clientToken)
ClientToken is an idempotency token that ensures a call to
StartModel completes only once. |
StartModelRequest |
StartModelRequest.withMaxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units to use for auto-scaling the model.
|
StartModelRequest |
StartModelRequest.withMinInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units to use.
|
StartModelRequest |
StartModelRequest.withModelVersion(String modelVersion)
The version of the model that you want to start.
|
StartModelRequest |
StartModelRequest.withProjectName(String projectName)
The name of the project that contains the model that you want to start.
|
Copyright © 2022. All rights reserved.