| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static LatestInferenceResult |
LatestInferenceResult.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LatestInferenceResult |
InferenceSchedulerSummary.latestInferenceResult()
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
LatestInferenceResult |
DescribeInferenceSchedulerResponse.latestInferenceResult()
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
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 |
|---|---|
static Set<LatestInferenceResult> |
LatestInferenceResult.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InferenceSchedulerSummary.Builder |
InferenceSchedulerSummary.Builder.latestInferenceResult(LatestInferenceResult latestInferenceResult)
Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or
Normal (no anomalous events found).
|
DescribeInferenceSchedulerResponse.Builder |
DescribeInferenceSchedulerResponse.Builder.latestInferenceResult(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.