Uses of Class
com.azure.ai.anomalydetector.models.ModelState
Packages that use ModelState
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of ModelState in com.azure.ai.anomalydetector.models
Methods in com.azure.ai.anomalydetector.models that return ModelStateModifier and TypeMethodDescriptionDiagnosticsInfo.getModelState()Get the modelState property: Model status.ModelState.setEpochIds(List<Integer> epochIds) Set the epochIds property: This indicates the number of passes of the entire training dataset the algorithm has completed.ModelState.setLatenciesInSeconds(List<Double> latenciesInSeconds) Set the latenciesInSeconds property: Latency for each epoch.ModelState.setTrainLosses(List<Double> trainLosses) Set the trainLosses property: List of metrics used to assess how the model fits the training data for each epoch.ModelState.setValidationLosses(List<Double> validationLosses) Set the validationLosses property: List of metrics used to assess how the model fits the validation set for each epoch.Methods in com.azure.ai.anomalydetector.models with parameters of type ModelStateModifier and TypeMethodDescriptionDiagnosticsInfo.setModelState(ModelState modelState) Set the modelState property: Model status.