Uses of Interface
org.tribuo.interop.oci.OCIOutputConverter
Packages that use OCIOutputConverter
Package
Description
Code for uploading models to Oracle Cloud Infrastructure Data Science, and also for scoring models deployed
in Oracle Cloud Infrastructure Data Science.
-
Uses of OCIOutputConverter in org.tribuo.interop.oci
Classes in org.tribuo.interop.oci that implement OCIOutputConverterModifier and TypeClassDescriptionfinal class
final class
final class
Methods in org.tribuo.interop.oci with parameters of type OCIOutputConverterModifier and TypeMethodDescriptionOCIModel.createOCIModel
(OutputFactory<T> factory, Map<String, Integer> featureMapping, Map<T, Integer> outputMapping, Path configFile, String profileName, String endpointURL, OCIOutputConverter<T> outputConverter) Creates anOCIModel
by wrapping an OCI DS Model Deployment endpoint.OCIModel.createOCIModel
(OutputFactory<T> factory, Map<String, Integer> featureMapping, Map<T, Integer> outputMapping, Path configFile, String endpointURL, OCIOutputConverter<T> outputConverter) Creates anOCIModel
by wrapping an OCI DS Model Deployment endpoint.