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