| 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<CopyProjectVersionResult> |
AbstractAmazonRekognitionAsync.copyProjectVersionAsync(CopyProjectVersionRequest request,
AsyncHandler<CopyProjectVersionRequest,CopyProjectVersionResult> asyncHandler) |
Future<CopyProjectVersionResult> |
AmazonRekognitionAsyncClient.copyProjectVersionAsync(CopyProjectVersionRequest request,
AsyncHandler<CopyProjectVersionRequest,CopyProjectVersionResult> asyncHandler) |
Future<CopyProjectVersionResult> |
AmazonRekognitionAsync.copyProjectVersionAsync(CopyProjectVersionRequest copyProjectVersionRequest,
AsyncHandler<CopyProjectVersionRequest,CopyProjectVersionResult> asyncHandler)
|
| Modifier and Type | Method and Description |
|---|---|
CopyProjectVersionRequest |
CopyProjectVersionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.clone() |
CopyProjectVersionRequest |
CopyProjectVersionRequest.withDestinationProjectArn(String destinationProjectArn)
The ARN of the project in the trusted AWS account that you want to copy the model version to.
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.withKmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key).
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.withOutputConfig(OutputConfig outputConfig)
The S3 bucket and folder location where the training output for the source model version is placed.
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.withSourceProjectArn(String sourceProjectArn)
The ARN of the source project in the trusting AWS account.
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.withSourceProjectVersionArn(String sourceProjectVersionArn)
The ARN of the model version in the source project that you want to copy to a destination project.
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.withTags(Map<String,String> tags)
The key-value tags to assign to the model version.
|
CopyProjectVersionRequest |
CopyProjectVersionRequest.withVersionName(String versionName)
A name for the version of the model that's copied to the destination project.
|
Copyright © 2024. All rights reserved.