| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectAutoUpdate |
CreateProjectRequest.autoUpdate()
Specifies whether automatic retraining should be attempted for the versions of the project.
|
ProjectAutoUpdate |
ProjectDescription.autoUpdate()
Indicates whether automatic retraining will be attempted for the versions of the project.
|
static ProjectAutoUpdate |
ProjectAutoUpdate.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ProjectAutoUpdate> |
ProjectAutoUpdate.knownValues()
|
| 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.
|
ProjectDescription.Builder |
ProjectDescription.Builder.autoUpdate(ProjectAutoUpdate autoUpdate)
Indicates whether automatic retraining will be attempted for the versions of the project.
|
Copyright © 2023. All rights reserved.