| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExecutionStatus |
InferenceExecutionStatus.fromValue(String value)
Use this in place of valueOf.
|
static InferenceExecutionStatus |
InferenceExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferenceExecutionStatus[] |
InferenceExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InferenceExecutionSummary |
InferenceExecutionSummary.withStatus(InferenceExecutionStatus status)
Indicates the status of the inference execution.
|
ListInferenceExecutionsRequest |
ListInferenceExecutionsRequest.withStatus(InferenceExecutionStatus status)
The status of the inference execution.
|
Copyright © 2023. All rights reserved.