Uses of Class
com.acumenvelocity.ath.model.TrainingJobStatus
-
Packages that use TrainingJobStatus Package Description com.acumenvelocity.ath.model com.acumenvelocity.ath.service -
-
Uses of TrainingJobStatus in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return TrainingJobStatus Modifier and Type Method Description static TrainingJobStatusTrainingJobStatus. fromValue(String text)static TrainingJobStatusTrainingJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainingJobStatus[]TrainingJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TrainingJobStatus in com.acumenvelocity.ath.service
Methods in com.acumenvelocity.ath.service that return TrainingJobStatus Modifier and Type Method Description TrainingJobStatusAutoMlTrainingService. getTrainingStatus(UUID trainingJobId)Gets the current status of a training job from Solr.
-