Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.InferenceSchedulerStatus
-
Packages that use InferenceSchedulerStatus Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of InferenceSchedulerStatus in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return InferenceSchedulerStatus Modifier and Type Method Description static InferenceSchedulerStatusInferenceSchedulerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceSchedulerStatusCreateInferenceSchedulerResponse. status()Indicates the status of theCreateInferenceScheduleroperation.InferenceSchedulerStatusDescribeInferenceSchedulerResponse. status()Indicates the status of the inference scheduler.InferenceSchedulerStatusInferenceSchedulerSummary. status()Indicates the status of the inference scheduler.InferenceSchedulerStatusListInferenceSchedulersRequest. status()Specifies the current status of the inference schedulers.InferenceSchedulerStatusStartInferenceSchedulerResponse. status()Indicates the status of the inference scheduler.InferenceSchedulerStatusStopInferenceSchedulerResponse. status()Indicates the status of the inference scheduler.static InferenceSchedulerStatusInferenceSchedulerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceSchedulerStatus[]InferenceSchedulerStatus. 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 InferenceSchedulerStatus Modifier and Type Method Description static Set<InferenceSchedulerStatus>InferenceSchedulerStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type InferenceSchedulerStatus Modifier and Type Method Description CreateInferenceSchedulerResponse.BuilderCreateInferenceSchedulerResponse.Builder. status(InferenceSchedulerStatus status)Indicates the status of theCreateInferenceScheduleroperation.DescribeInferenceSchedulerResponse.BuilderDescribeInferenceSchedulerResponse.Builder. status(InferenceSchedulerStatus status)Indicates the status of the inference scheduler.InferenceSchedulerSummary.BuilderInferenceSchedulerSummary.Builder. status(InferenceSchedulerStatus status)Indicates the status of the inference scheduler.ListInferenceSchedulersRequest.BuilderListInferenceSchedulersRequest.Builder. status(InferenceSchedulerStatus status)Specifies the current status of the inference schedulers.StartInferenceSchedulerResponse.BuilderStartInferenceSchedulerResponse.Builder. status(InferenceSchedulerStatus status)Indicates the status of the inference scheduler.StopInferenceSchedulerResponse.BuilderStopInferenceSchedulerResponse.Builder. status(InferenceSchedulerStatus status)Indicates the status of the inference scheduler.
-