Uses of Class
software.amazon.awssdk.services.rekognition.model.ProjectAutoUpdate
-
Packages that use ProjectAutoUpdate Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ProjectAutoUpdate in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ProjectAutoUpdate Modifier and Type Method Description ProjectAutoUpdateCreateProjectRequest. autoUpdate()Specifies whether automatic retraining should be attempted for the versions of the project.ProjectAutoUpdateProjectDescription. autoUpdate()Indicates whether automatic retraining will be attempted for the versions of the project.static ProjectAutoUpdateProjectAutoUpdate. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ProjectAutoUpdateProjectAutoUpdate. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectAutoUpdate[]ProjectAutoUpdate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProjectAutoUpdate Modifier and Type Method Description static Set<ProjectAutoUpdate>ProjectAutoUpdate. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProjectAutoUpdate Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. autoUpdate(ProjectAutoUpdate autoUpdate)Specifies whether automatic retraining should be attempted for the versions of the project.ProjectDescription.BuilderProjectDescription.Builder. autoUpdate(ProjectAutoUpdate autoUpdate)Indicates whether automatic retraining will be attempted for the versions of the project.
-