| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectAutoUpdate |
ProjectAutoUpdate.fromValue(String value)
Use this in place of valueOf.
|
static ProjectAutoUpdate |
ProjectAutoUpdate.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.withAutoUpdate(ProjectAutoUpdate autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project.
|
ProjectDescription |
ProjectDescription.withAutoUpdate(ProjectAutoUpdate autoUpdate)
Indicates whether automatic retraining will be attempted for the versions of the project.
|
Copyright © 2024. All rights reserved.