DiagnosticsInfo Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. DiagnosticsInfo
- com.
public final class DiagnosticsInfo
Diagnostics information to help inspect the states of model or variable.
Constructor Summary
Constructor | Description |
---|---|
DiagnosticsInfo() |
Creates an instance of Diagnostics |
Method Summary
Modifier and Type | Method and Description |
---|---|
Model |
getModelState()
Get the model |
List<Variable |
getVariableStates()
Get the variable |
Diagnostics |
setModelState(ModelState modelState)
Set the model |
Diagnostics |
setVariableStates(List<VariableState> variableStates)
Set the variable |
Methods inherited from java.lang.Object
Constructor Details
DiagnosticsInfo
public DiagnosticsInfo()
Creates an instance of DiagnosticsInfo class.
Method Details
getModelState
public ModelState getModelState()
Get the modelState property: Model status.
Returns:
getVariableStates
public List
Get the variableStates property: Variable Status.
Returns:
setModelState
public DiagnosticsInfo setModelState(ModelState modelState)
Set the modelState property: Model status.
Parameters:
Returns:
setVariableStates
public DiagnosticsInfo setVariableStates(List
Set the variableStates property: Variable Status.
Parameters:
Returns:
Applies to
Azure SDK for Java