| 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 |
|---|---|
StartProjectVersionResult |
AmazonRekognitionClient.startProjectVersion(StartProjectVersionRequest request)
Starts the running of the version of a model.
|
StartProjectVersionResult |
AbstractAmazonRekognition.startProjectVersion(StartProjectVersionRequest request) |
StartProjectVersionResult |
AmazonRekognition.startProjectVersion(StartProjectVersionRequest startProjectVersionRequest)
Starts the running of the version of a 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 |
|---|---|
StartProjectVersionResult |
StartProjectVersionResult.clone() |
StartProjectVersionResult |
StartProjectVersionResult.withStatus(ProjectVersionStatus status)
The current running status of the model.
|
StartProjectVersionResult |
StartProjectVersionResult.withStatus(String status)
The current running status of the model.
|
Copyright © 2022. All rights reserved.