Class ModelList

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

public final class ModelList extends Object
Response of listing models.
  • Constructor Details

    • ModelList

      public ModelList()
  • Method Details

    • getModels

      public List<ModelSnapshot> getModels()
      Get the models property: List of models.
      Returns:
      the models value.
    • setModels

      public ModelList setModels(List<ModelSnapshot> models)
      Set the models property: List of models.
      Parameters:
      models - the models value to set.
      Returns:
      the ModelList object itself.
    • getCurrentCount

      public int getCurrentCount()
      Get the currentCount property: Current count of trained multivariate models.
      Returns:
      the currentCount value.
    • setCurrentCount

      public ModelList setCurrentCount(int currentCount)
      Set the currentCount property: Current count of trained multivariate models.
      Parameters:
      currentCount - the currentCount value to set.
      Returns:
      the ModelList object itself.
    • getMaxCount

      public int getMaxCount()
      Get the maxCount property: Max number of models that can be trained for this subscription.
      Returns:
      the maxCount value.
    • setMaxCount

      public ModelList setMaxCount(int maxCount)
      Set the maxCount property: Max number of models that can be trained for this subscription.
      Parameters:
      maxCount - the maxCount value to set.
      Returns:
      the ModelList object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The link to fetch more models.
      Returns:
      the nextLink value.
    • setNextLink

      public ModelList setNextLink(String nextLink)
      Set the nextLink property: The link to fetch more models.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ModelList object itself.