Class OCIModelCLI
java.lang.Object
org.tribuo.interop.oci.OCIModelCLI
This class provides a CLI for deploying and scoring a Tribuo Classification model.
Deploying other kinds of Tribuo model is similarly straightforward and we may extend this class to do so in the future.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classOptions for the OCIModelCLI. -
Method Summary
-
Method Details
-
main
Entry point for the OCIModelCLI.- Parameters:
args- The CLI arguments.- Throws:
IOException- If the model or dataset failed to load.ClassNotFoundException- If the model or dataset had an unknown class.
-