Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.LatestInferenceResult
-
Packages that use LatestInferenceResult Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LatestInferenceResult in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return LatestInferenceResult Modifier and Type Method Description static LatestInferenceResultLatestInferenceResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LatestInferenceResultDescribeInferenceSchedulerResponse. latestInferenceResult()Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).LatestInferenceResultInferenceSchedulerSummary. latestInferenceResult()Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).static LatestInferenceResultLatestInferenceResult. 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.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LatestInferenceResult Modifier and Type Method Description static Set<LatestInferenceResult>LatestInferenceResult. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type LatestInferenceResult Modifier and Type Method Description DescribeInferenceSchedulerResponse.BuilderDescribeInferenceSchedulerResponse.Builder. latestInferenceResult(LatestInferenceResult latestInferenceResult)Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).InferenceSchedulerSummary.BuilderInferenceSchedulerSummary.Builder. latestInferenceResult(LatestInferenceResult latestInferenceResult)Indicates whether the latest execution for the inference scheduler was Anomalous (anomalous events found) or Normal (no anomalous events found).
-