| 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 |
|---|---|
CopyProjectVersionResult |
AbstractAmazonRekognition.copyProjectVersion(CopyProjectVersionRequest request) |
CopyProjectVersionResult |
AmazonRekognitionClient.copyProjectVersion(CopyProjectVersionRequest request)
Copies a version of an Amazon Rekognition Custom Labels model from a source project to a destination project.
|
CopyProjectVersionResult |
AmazonRekognition.copyProjectVersion(CopyProjectVersionRequest copyProjectVersionRequest)
Copies a version of an Amazon Rekognition Custom Labels model from a source project to a destination project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CopyProjectVersionResult> |
AbstractAmazonRekognitionAsync.copyProjectVersionAsync(CopyProjectVersionRequest request,
AsyncHandler<CopyProjectVersionRequest,CopyProjectVersionResult> asyncHandler) |
Future<CopyProjectVersionResult> |
AmazonRekognitionAsync.copyProjectVersionAsync(CopyProjectVersionRequest copyProjectVersionRequest,
AsyncHandler<CopyProjectVersionRequest,CopyProjectVersionResult> asyncHandler)
Copies a version of an Amazon Rekognition Custom Labels model from a source project to a destination project.
|
Future<CopyProjectVersionResult> |
AmazonRekognitionAsyncClient.copyProjectVersionAsync(CopyProjectVersionRequest request,
AsyncHandler<CopyProjectVersionRequest,CopyProjectVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CopyProjectVersionResult |
CopyProjectVersionResult.clone() |
CopyProjectVersionResult |
CopyProjectVersionResult.withProjectVersionArn(String projectVersionArn)
The ARN of the copied model version in the destination project.
|
Copyright © 2022. All rights reserved.