Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.InferenceExecutionStatus
-
Packages that use InferenceExecutionStatus Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of InferenceExecutionStatus in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return InferenceExecutionStatus Modifier and Type Method Description static InferenceExecutionStatusInferenceExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceExecutionStatusInferenceExecutionSummary. status()Indicates the status of the inference execution.InferenceExecutionStatusListInferenceExecutionsRequest. status()The status of the inference execution.static InferenceExecutionStatusInferenceExecutionStatus. 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.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type InferenceExecutionStatus Modifier and Type Method Description static Set<InferenceExecutionStatus>InferenceExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type InferenceExecutionStatus Modifier and Type Method Description InferenceExecutionSummary.BuilderInferenceExecutionSummary.Builder. status(InferenceExecutionStatus status)Indicates the status of the inference execution.ListInferenceExecutionsRequest.BuilderListInferenceExecutionsRequest.Builder. status(InferenceExecutionStatus status)The status of the inference execution.
-