Uses of Class
com.azure.ai.anomalydetector.models.DiagnosticsInfo
Packages that use DiagnosticsInfo
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of DiagnosticsInfo in com.azure.ai.anomalydetector.models
Methods in com.azure.ai.anomalydetector.models that return DiagnosticsInfoModifier and TypeMethodDescriptionModelInfo.getDiagnosticsInfo()Get the diagnosticsInfo property: Diagnostics information to help inspect the states of model or variable.DiagnosticsInfo.setModelState(ModelState modelState) Set the modelState property: Model status.DiagnosticsInfo.setVariableStates(List<VariableState> variableStates) Set the variableStates property: Variable Status.Methods in com.azure.ai.anomalydetector.models with parameters of type DiagnosticsInfoModifier and TypeMethodDescriptionModelInfo.setDiagnosticsInfo(DiagnosticsInfo diagnosticsInfo) Set the diagnosticsInfo property: Diagnostics information to help inspect the states of model or variable.