Uses of Class
com.oracle.bmc.aianomalydetection.model.PerSignalDetails.Status
-
Packages that use PerSignalDetails.Status Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of PerSignalDetails.Status in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return PerSignalDetails.Status Modifier and Type Method Description static PerSignalDetails.Status
PerSignalDetails.Status. create(String key)
PerSignalDetails.Status
PerSignalDetails. getStatus()
Status of the signal: * ACCEPTED - the signal is used for training the model * DROPPED - the signal does not meet requirement, and is dropped before training the model.static PerSignalDetails.Status
PerSignalDetails.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static PerSignalDetails.Status[]
PerSignalDetails.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type PerSignalDetails.Status Modifier and Type Method Description PerSignalDetails.Builder
PerSignalDetails.Builder. status(PerSignalDetails.Status status)
Status of the signal: * ACCEPTED - the signal is used for training the model * DROPPED - the signal does not meet requirement, and is dropped before training the model.Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type PerSignalDetails.Status Constructor Description PerSignalDetails(String signalName, Double mviRatio, Boolean isQuantized, Float fap, Double min, Double max, Double std, PerSignalDetails.Status status, String details)
Deprecated.
-