Uses of Class
com.acumenvelocity.ath.model.ModelInfo
-
Packages that use ModelInfo Package Description com.acumenvelocity.ath.model com.acumenvelocity.ath.service -
-
Uses of ModelInfo in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return ModelInfo Modifier and Type Method Description ModelInfoModelInfo. createdAt(Date createdAt)Model creation timestamp.ModelInfoModelInfo. datasetId(String datasetId)Dataset used for training this model.ModelInfoModelInfo. datasetStats(DatasetStats datasetStats)ModelInfoModelInfo. modelId(String modelId)AutoML model resource name.ModelInfoModelInfo. modelName(String modelName)Display name of the model.ModelInfoModelInfo. srcLang(String srcLang)Source language ISO code.ModelInfoModelInfo. trainingJobId(UUID trainingJobId)UUID of the training job that created this model.ModelInfoModelInfo. trgLang(String trgLang)Target language ISO code.Methods in com.acumenvelocity.ath.model that return types with arguments of type ModelInfo Modifier and Type Method Description List<ModelInfo>ModelInfosWrapper. getModels()Method parameters in com.acumenvelocity.ath.model with type arguments of type ModelInfo Modifier and Type Method Description ModelInfosWrapperModelInfosWrapper. models(List<ModelInfo> models)Array of ModelInfo objects.voidModelInfosWrapper. setModels(List<ModelInfo> models) -
Uses of ModelInfo in com.acumenvelocity.ath.service
Methods in com.acumenvelocity.ath.service that return types with arguments of type ModelInfo Modifier and Type Method Description List<ModelInfo>AutoMlTrainingService. getAllModels()Gets a list of all successfully trained models from Solr.
-