Class PreprocessAndSerialize.PreprocessAndSerializeOptions

java.lang.Object
org.tribuo.data.PreprocessAndSerialize.PreprocessAndSerializeOptions
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
Enclosing class:
PreprocessAndSerialize

public static class PreprocessAndSerialize.PreprocessAndSerializeOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
Command line options.
  • Field Details

    • dataSource

      @Option(charName='d', longName="dataSource", usage="Datasource to load from a config file") public ConfigurableDataSource<? extends Output<?>> dataSource
      Datasource to load from a config file
    • output

      @Option(charName='o', longName="serialized-dataset", usage="path to serialize the dataset") public Path output
      path to serialize the dataset
    • protobufFormat

      @Option(charName='p', longName="save-as-protobuf", usage="Save the dataset as a protobuf.") public boolean protobufFormat
      Save the dataset as a protobuf.
  • Constructor Details

    • PreprocessAndSerializeOptions

      public PreprocessAndSerializeOptions()