AnomalyDetectorClientModelList interface
Response of listing models.
Properties
current |
Current count of trained multivariate models. |
max |
Max number of models that can be trained for this subscription. |
models | List of models |
next |
The link to fetch more models. |
Property Details
currentCount
Current count of trained multivariate models.
currentCount: number
Property Value
number
maxCount
Max number of models that can be trained for this subscription.
maxCount: number
Property Value
number
models
List of models
models: AnomalyDetectorClientModelSnapshot[]
Property Value
nextLink
The link to fetch more models.
nextLink?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript