Uses of Interface
software.amazon.awssdk.services.rekognition.model.CreateProjectRequest.Builder
-
Packages that use CreateProjectRequest.Builder 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 -
-
Uses of CreateProjectRequest.Builder in software.amazon.awssdk.services.rekognition
Method parameters in software.amazon.awssdk.services.rekognition with type arguments of type CreateProjectRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProjectResponse>RekognitionAsyncClient. createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)Creates a new Amazon Rekognition project.default CreateProjectResponseRekognitionClient. createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)Creates a new Amazon Rekognition project. -
Uses of CreateProjectRequest.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return CreateProjectRequest.Builder Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. autoUpdate(String autoUpdate)Specifies whether automatic retraining should be attempted for the versions of the project.CreateProjectRequest.BuilderCreateProjectRequest.Builder. autoUpdate(ProjectAutoUpdate autoUpdate)Specifies whether automatic retraining should be attempted for the versions of the project.static CreateProjectRequest.BuilderCreateProjectRequest. builder()CreateProjectRequest.BuilderCreateProjectRequest.Builder. feature(String feature)Specifies feature that is being customized.CreateProjectRequest.BuilderCreateProjectRequest.Builder. feature(CustomizationFeature feature)Specifies feature that is being customized.CreateProjectRequest.BuilderCreateProjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProjectRequest.BuilderCreateProjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProjectRequest.BuilderCreateProjectRequest.Builder. projectName(String projectName)The name of the project to create.CreateProjectRequest.BuilderCreateProjectRequest. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CreateProjectRequest.Builder Modifier and Type Method Description static Class<? extends CreateProjectRequest.Builder>CreateProjectRequest. serializableBuilderClass()
-