Class AnomalyDetectionModel

java.lang.Object
com.azure.ai.anomalydetector.models.AnomalyDetectionModel

public final class AnomalyDetectionModel extends Object
Response of getting a model.
  • Method Details

    • getModelId

      public String getModelId()
      Get the modelId property: Model identifier.
      Returns:
      the modelId value.
    • getCreatedTime

      public OffsetDateTime getCreatedTime()
      Get the createdTime property: Date and time (UTC) when the model was created.
      Returns:
      the createdTime value.
    • getLastUpdatedTime

      public OffsetDateTime getLastUpdatedTime()
      Get the lastUpdatedTime property: Date and time (UTC) when the model was last updated.
      Returns:
      the lastUpdatedTime value.
    • getModelInfo

      public ModelInfo getModelInfo()
      Get the modelInfo property: Training result of a model including its status, errors and diagnostics information.
      Returns:
      the modelInfo value.