Package org.tribuo.interop.modelcard
Class ModelCardCLI.ModelCardCLIOptions
java.lang.Object
org.tribuo.interop.modelcard.ModelCardCLI.ModelCardCLIOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
- ModelCardCLI
public static class ModelCardCLI.ModelCardCLIOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
CLI options for
ModelCardCLI
.-
Field Summary
Modifier and TypeFieldDescriptionModel file to load.boolean
Load the model from a protobuf.Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.labs.mlrg.olcut.config.Options
getOptionsDescription
-
Field Details
-
modelFilename
@Option(charName='f', longName="filename", usage="Model file to load. Optional.") public String modelFilenameModel file to load. Optional. -
protobufFormat
@Option(charName='p', longName="protobuf-model", usage="Load the model from a protobuf. Optional") public boolean protobufFormatLoad the model from a protobuf. Optional.
-
-
Constructor Details
-
ModelCardCLIOptions
public ModelCardCLIOptions()
-