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.ociClasses in org.tribuo.interop.oci that implement OCIOutputConverterModifier and TypeClassDescriptionfinal classfinal classfinal classMethods 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 anOCIModelby 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 anOCIModelby wrapping an OCI DS Model Deployment endpoint.