| 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 CreateProjectVersionResponse |
RekognitionClient.createProjectVersion(Consumer<CreateProjectVersionRequest.Builder> createProjectVersionRequest)
Creates a new version of Amazon Rekognition project (like a Custom Labels model or a custom adapter) and begins
training.
|
default CompletableFuture<CreateProjectVersionResponse> |
RekognitionAsyncClient.createProjectVersion(Consumer<CreateProjectVersionRequest.Builder> createProjectVersionRequest)
Creates a new version of Amazon Rekognition project (like a Custom Labels model or a custom adapter) and begins
training.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.builder() |
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.featureConfig(Consumer<CustomizationFeatureConfig.Builder> featureConfig)
Feature-specific configuration of the training job.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.featureConfig(CustomizationFeatureConfig featureConfig)
Feature-specific configuration of the training job.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.kmsKeyId(String kmsKeyId)
The identifier for your AWS Key Management Service key (AWS KMS key).
|
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
The Amazon S3 bucket location to store the results of training.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.outputConfig(OutputConfig outputConfig)
The Amazon S3 bucket location to store the results of training.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.projectArn(String projectArn)
The ARN of the Amazon Rekognition project that will manage the project version you want to train.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.tags(Map<String,String> tags)
A set of tags (key-value pairs) that you want to attach to the project version.
|
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.testingData(Consumer<TestingData.Builder> testingData)
Specifies an external manifest that the service uses to test the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.testingData(TestingData testingData)
Specifies an external manifest that the service uses to test the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.toBuilder() |
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.trainingData(Consumer<TrainingData.Builder> trainingData)
Specifies an external manifest that the services uses to train the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.trainingData(TrainingData trainingData)
Specifies an external manifest that the services uses to train the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.versionDescription(String versionDescription)
A description applied to the project version being created.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.versionName(String versionName)
A name for the version of the project version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProjectVersionRequest.Builder> |
CreateProjectVersionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.