public static interface CreateProjectRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
autoUpdate(ProjectAutoUpdate autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project.
|
CreateProjectRequest.Builder |
autoUpdate(String autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project.
|
CreateProjectRequest.Builder |
feature(CustomizationFeature feature)
Specifies feature that is being customized.
|
CreateProjectRequest.Builder |
feature(String feature)
Specifies feature that is being customized.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
projectName(String projectName)
The name of the project to create.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder projectName(String projectName)
The name of the project to create.
projectName - The name of the project to create.CreateProjectRequest.Builder feature(String feature)
Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.
feature - Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a
default.CustomizationFeature,
CustomizationFeatureCreateProjectRequest.Builder feature(CustomizationFeature feature)
Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.
feature - Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a
default.CustomizationFeature,
CustomizationFeatureCreateProjectRequest.Builder autoUpdate(String autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
autoUpdate - Specifies whether automatic retraining should be attempted for the versions of the project. Automatic
retraining is done as a best effort. Required argument for Content Moderation. Applicable only to
adapters.ProjectAutoUpdate,
ProjectAutoUpdateCreateProjectRequest.Builder autoUpdate(ProjectAutoUpdate autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
autoUpdate - Specifies whether automatic retraining should be attempted for the versions of the project. Automatic
retraining is done as a best effort. Required argument for Content Moderation. Applicable only to
adapters.ProjectAutoUpdate,
ProjectAutoUpdateCreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.