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 Details

    • modelFilename

      @Option(charName='f', longName="filename", usage="Model file to load. Optional.") public String modelFilename
      Model file to load. Optional.
    • protobufFormat

      @Option(charName='p', longName="protobuf-model", usage="Load the model from a protobuf. Optional") public boolean protobufFormat
      Load the model from a protobuf. Optional.
  • Constructor Details

    • ModelCardCLIOptions

      public ModelCardCLIOptions()