| 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 CreateProjectResponse |
RekognitionClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a new Amazon Rekognition project.
|
default CompletableFuture<CreateProjectResponse> |
RekognitionAsyncClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a new Amazon Rekognition project.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.autoUpdate(ProjectAutoUpdate autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.autoUpdate(String autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project.
|
static CreateProjectRequest.Builder |
CreateProjectRequest.builder() |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.feature(CustomizationFeature feature)
Specifies feature that is being customized.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.feature(String feature)
Specifies feature that is being customized.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.projectName(String projectName)
The name of the project to create.
|
CreateProjectRequest.Builder |
CreateProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProjectRequest.Builder> |
CreateProjectRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.