ModelList Class
Response of listing models.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ModelList
Constructor
ModelList(*, models: List[azure.ai.anomalydetector.models._models_py3.ModelSnapshot], current_count: int, max_count: int, next_link: Optional[str] = None, **kwargs)
Variables
- models
- list[ModelSnapshot]
Required. List of models.
- current_count
- int
Required. Current count of trained multivariate models.
- max_count
- int
Required. Max number of models that can be trained for this subscription.
- next_link
- str
The link to fetch more models.
Feedback
Submit and view feedback for