| 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<CreateProjectVersionResult> |
AmazonRekognitionAsyncClient.createProjectVersionAsync(CreateProjectVersionRequest request,
AsyncHandler<CreateProjectVersionRequest,CreateProjectVersionResult> asyncHandler) |
Future<CreateProjectVersionResult> |
AbstractAmazonRekognitionAsync.createProjectVersionAsync(CreateProjectVersionRequest request,
AsyncHandler<CreateProjectVersionRequest,CreateProjectVersionResult> asyncHandler) |
Future<CreateProjectVersionResult> |
AmazonRekognitionAsync.createProjectVersionAsync(CreateProjectVersionRequest createProjectVersionRequest,
AsyncHandler<CreateProjectVersionRequest,CreateProjectVersionResult> asyncHandler)
Creates a new version of a model and begins training.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectVersionRequest |
CreateProjectVersionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.clone() |
CreateProjectVersionRequest |
CreateProjectVersionRequest.withKmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key).
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withOutputConfig(OutputConfig outputConfig)
The Amazon S3 bucket location to store the results of training.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withProjectArn(String projectArn)
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withTags(Map<String,String> tags)
A set of tags (key-value pairs) that you want to attach to the model.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withTestingData(TestingData testingData)
Specifies an external manifest that the service uses to test the model.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withTrainingData(TrainingData trainingData)
Specifies an external manifest that the services uses to train the model.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withVersionName(String versionName)
A name for the version of the model.
|
Copyright © 2023. All rights reserved.