Uses of Class
com.azure.ai.anomalydetector.models.VariableState
Packages that use VariableState
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of VariableState in com.azure.ai.anomalydetector.models
Methods in com.azure.ai.anomalydetector.models that return VariableStateModifier and TypeMethodDescriptionVariableState.setEffectiveCount(Integer effectiveCount) Set the effectiveCount property: Number of effective data points before applying fillNAMethod.VariableState.setFilledNARatio(Double filledNARatio) Set the filledNARatio property: Proportion of missing values that need to be filled by fillNAMethod.VariableState.setFirstTimestamp(OffsetDateTime firstTimestamp) Set the firstTimestamp property: First valid timestamp with value of input data.VariableState.setLastTimestamp(OffsetDateTime lastTimestamp) Set the lastTimestamp property: Last valid timestamp with value of input data.VariableState.setVariable(String variable) Set the variable property: Variable name in variable states.Methods in com.azure.ai.anomalydetector.models that return types with arguments of type VariableStateModifier and TypeMethodDescriptionDiagnosticsInfo.getVariableStates()Get the variableStates property: Variable Status.MultivariateBatchDetectionResultSummary.getVariableStates()Get the variableStates property: Variable Status.MultivariateLastDetectionResult.getVariableStates()Get the variableStates property: Variable Status.Method parameters in com.azure.ai.anomalydetector.models with type arguments of type VariableStateModifier and TypeMethodDescriptionDiagnosticsInfo.setVariableStates(List<VariableState> variableStates) Set the variableStates property: Variable Status.