Uses of Class
com.yahoo.vespa.model.ml.ConvertedModel
Packages that use ConvertedModel
-
Uses of ConvertedModel in com.yahoo.vespa.model.ml
Methods in com.yahoo.vespa.model.ml that return ConvertedModelModifier and TypeMethodDescriptionstatic ConvertedModelConvertedModel.fromSource(com.yahoo.config.application.api.ApplicationPackage applicationPackage, ModelName modelName, String modelDescription, RankProfile rankProfile, com.yahoo.search.query.profile.QueryProfileRegistry queryProfileRegistry, ai.vespa.rankingexpression.importer.configmodelview.ImportedMlModel importedModel) static ConvertedModelConvertedModel.fromSourceOrStore(com.yahoo.path.Path modelPath, boolean pathIsFile, RankProfileTransformContext context) Create and store a converted model for a rank profile given from either an imported model, or (if unavailable) from stored application package data.static ConvertedModelConvertedModel.fromStore(com.yahoo.config.application.api.ApplicationPackage applicationPackage, ModelName modelName, String modelDescription, RankProfile rankProfile)