| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static LatestInferenceResult |
LatestInferenceResult.fromValue(String value)
Use this in place of valueOf.
|
static LatestInferenceResult |
LatestInferenceResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatestInferenceResult[] |
LatestInferenceResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceSchedulerResult |
DescribeInferenceSchedulerResult.withLatestInferenceResult(LatestInferenceResult latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
InferenceSchedulerSummary |
InferenceSchedulerSummary.withLatestInferenceResult(LatestInferenceResult latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
Copyright © 2022. All rights reserved.