| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartProjectVersionResult> |
AbstractAmazonRekognitionAsync.startProjectVersionAsync(StartProjectVersionRequest request,
AsyncHandler<StartProjectVersionRequest,StartProjectVersionResult> asyncHandler) |
Future<StartProjectVersionResult> |
AmazonRekognitionAsync.startProjectVersionAsync(StartProjectVersionRequest startProjectVersionRequest,
AsyncHandler<StartProjectVersionRequest,StartProjectVersionResult> asyncHandler)
Starts the running of the version of a model.
|
Future<StartProjectVersionResult> |
AmazonRekognitionAsyncClient.startProjectVersionAsync(StartProjectVersionRequest request,
AsyncHandler<StartProjectVersionRequest,StartProjectVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartProjectVersionRequest |
StartProjectVersionRequest.clone() |
StartProjectVersionRequest |
StartProjectVersionRequest.withMaxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units to use for auto-scaling the model.
|
StartProjectVersionRequest |
StartProjectVersionRequest.withMinInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units to use.
|
StartProjectVersionRequest |
StartProjectVersionRequest.withProjectVersionArn(String projectVersionArn)
The Amazon Resource Name(ARN) of the model version that you want to start.
|
Copyright © 2022. All rights reserved.