Class LastDetectionRequest

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

public final class LastDetectionRequest extends Object
The LastDetectionRequest model.
  • Constructor Details

    • LastDetectionRequest

      public LastDetectionRequest()
  • Method Details

    • getVariables

      public List<VariableValues> getVariables()
      Get the variables property: variables.
      Returns:
      the variables value.
    • setVariables

      public LastDetectionRequest setVariables(List<VariableValues> variables)
      Set the variables property: variables.
      Parameters:
      variables - the variables value to set.
      Returns:
      the LastDetectionRequest object itself.
    • getDetectingPoints

      public int getDetectingPoints()
      Get the detectingPoints property: number of timestamps on which the model detects.
      Returns:
      the detectingPoints value.
    • setDetectingPoints

      public LastDetectionRequest setDetectingPoints(int detectingPoints)
      Set the detectingPoints property: number of timestamps on which the model detects.
      Parameters:
      detectingPoints - the detectingPoints value to set.
      Returns:
      the LastDetectionRequest object itself.