| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopProjectVersionResult> |
AmazonRekognitionAsync.stopProjectVersionAsync(StopProjectVersionRequest stopProjectVersionRequest,
AsyncHandler<StopProjectVersionRequest,StopProjectVersionResult> asyncHandler)
Stops a running model.
|
Future<StopProjectVersionResult> |
AbstractAmazonRekognitionAsync.stopProjectVersionAsync(StopProjectVersionRequest request,
AsyncHandler<StopProjectVersionRequest,StopProjectVersionResult> asyncHandler) |
Future<StopProjectVersionResult> |
AmazonRekognitionAsyncClient.stopProjectVersionAsync(StopProjectVersionRequest request,
AsyncHandler<StopProjectVersionRequest,StopProjectVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopProjectVersionRequest |
StopProjectVersionRequest.clone() |
StopProjectVersionRequest |
StopProjectVersionRequest.withProjectVersionArn(String projectVersionArn)
The Amazon Resource Name (ARN) of the model version that you want to delete.
|
Copyright © 2021. All rights reserved.