| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectVersionStatus |
ProjectVersionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProjectVersionStatus |
ProjectVersionDescription.status()
The current status of the model version.
|
ProjectVersionStatus |
DeleteProjectVersionResponse.status()
The status of the deletion operation.
|
ProjectVersionStatus |
StopProjectVersionResponse.status()
The current status of the stop operation.
|
ProjectVersionStatus |
StartProjectVersionResponse.status()
The current running status of the model.
|
static ProjectVersionStatus |
ProjectVersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectVersionStatus[] |
ProjectVersionStatus.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<ProjectVersionStatus> |
ProjectVersionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProjectVersionDescription.Builder |
ProjectVersionDescription.Builder.status(ProjectVersionStatus status)
The current status of the model version.
|
DeleteProjectVersionResponse.Builder |
DeleteProjectVersionResponse.Builder.status(ProjectVersionStatus status)
The status of the deletion operation.
|
StopProjectVersionResponse.Builder |
StopProjectVersionResponse.Builder.status(ProjectVersionStatus status)
The current status of the stop operation.
|
StartProjectVersionResponse.Builder |
StartProjectVersionResponse.Builder.status(ProjectVersionStatus status)
The current running status of the model.
|
Copyright © 2023. All rights reserved.