| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
default CopyProjectVersionResponse |
RekognitionClient.copyProjectVersion(Consumer<CopyProjectVersionRequest.Builder> copyProjectVersionRequest)
|
default CompletableFuture<CopyProjectVersionResponse> |
RekognitionAsyncClient.copyProjectVersion(Consumer<CopyProjectVersionRequest.Builder> copyProjectVersionRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.builder() |
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.destinationProjectArn(String destinationProjectArn)
The ARN of the project in the trusted AWS account that you want to copy the model version to.
|
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.kmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key).
|
default CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
The S3 bucket and folder location where the training output for the source model version is placed.
|
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.outputConfig(OutputConfig outputConfig)
The S3 bucket and folder location where the training output for the source model version is placed.
|
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.sourceProjectArn(String sourceProjectArn)
The ARN of the source project in the trusting AWS account.
|
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.sourceProjectVersionArn(String sourceProjectVersionArn)
The ARN of the model version in the source project that you want to copy to a destination project.
|
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.tags(Map<String,String> tags)
The key-value tags to assign to the model version.
|
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.toBuilder() |
CopyProjectVersionRequest.Builder |
CopyProjectVersionRequest.Builder.versionName(String versionName)
A name for the version of the model that's copied to the destination project.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyProjectVersionRequest.Builder> |
CopyProjectVersionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.