| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExecutionStatus |
InferenceExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InferenceExecutionStatus |
InferenceExecutionSummary.status()
Indicates the status of the inference execution.
|
InferenceExecutionStatus |
ListInferenceExecutionsRequest.status()
The status of the inference execution.
|
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 |
|---|---|
static Set<InferenceExecutionStatus> |
InferenceExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.status(InferenceExecutionStatus status)
Indicates the status of the inference execution.
|
ListInferenceExecutionsRequest.Builder |
ListInferenceExecutionsRequest.Builder.status(InferenceExecutionStatus status)
The status of the inference execution.
|
Copyright © 2022. All rights reserved.