| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelStatus |
ModelStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelStatus |
ModelSummary.status()
Indicates the status of the ML model.
|
ModelStatus |
DescribeModelResponse.status()
Specifies the current status of the model being described.
|
ModelStatus |
CreateModelResponse.status()
Indicates the status of the
CreateModel operation. |
ModelStatus |
ListModelsRequest.status()
The status of the ML model.
|
static ModelStatus |
ModelStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelStatus[] |
ModelStatus.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<ModelStatus> |
ModelStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModelSummary.Builder |
ModelSummary.Builder.status(ModelStatus status)
Indicates the status of the ML model.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.status(ModelStatus status)
Specifies the current status of the model being described.
|
CreateModelResponse.Builder |
CreateModelResponse.Builder.status(ModelStatus status)
Indicates the status of the
CreateModel operation. |
ListModelsRequest.Builder |
ListModelsRequest.Builder.status(ModelStatus status)
The status of the ML model.
|
Copyright © 2022. All rights reserved.