DiagnosticsInfo Class

  • java.lang.Object
    • com.azure.ai.anomalydetector.models.DiagnosticsInfo

public final class DiagnosticsInfo

Diagnostics information to help inspect the states of model or variable.

Constructor Summary

Constructor Description
DiagnosticsInfo()

Creates an instance of DiagnosticsInfo class.

Method Summary

Modifier and Type Method and Description
ModelState getModelState()

Get the modelState property: Model status.

List<VariableState> getVariableStates()

Get the variableStates property: Variable Status.

DiagnosticsInfo setModelState(ModelState modelState)

Set the modelState property: Model status.

DiagnosticsInfo setVariableStates(List<VariableState> variableStates)

Set the variableStates property: Variable Status.

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:

the modelState value.

getVariableStates

public List getVariableStates()

Get the variableStates property: Variable Status.

Returns:

the variableStates value.

setModelState

public DiagnosticsInfo setModelState(ModelState modelState)

Set the modelState property: Model status.

Parameters:

modelState - the modelState value to set.

Returns:

the DiagnosticsInfo object itself.

setVariableStates

public DiagnosticsInfo setVariableStates(List variableStates)

Set the variableStates property: Variable Status.

Parameters:

variableStates - the variableStates value to set.

Returns:

the DiagnosticsInfo object itself.

Applies to