Uses of Enum
com.azure.ai.anomalydetector.models.ModelStatus
Packages that use ModelStatus
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of ModelStatus in com.azure.ai.anomalydetector.models
Methods in com.azure.ai.anomalydetector.models that return ModelStatusModifier and TypeMethodDescriptionstatic ModelStatusModelStatus.fromString(String value) Parses a serialized value to a ModelStatus instance.ModelInfo.getStatus()Get the status property: Model status.static ModelStatusReturns the enum constant of this type with the specified name.static ModelStatus[]ModelStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.anomalydetector.models with parameters of type ModelStatusModifier and TypeMethodDescriptionModelInfo.setStatus(ModelStatus status) Set the status property: Model status.