Package inference

Interface ModelConfigOuterClass.ModelSequenceBatching.ControlInputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelConfigOuterClass.ModelSequenceBatching.ControlInput, ModelConfigOuterClass.ModelSequenceBatching.ControlInput.Builder
Enclosing class:
ModelConfigOuterClass.ModelSequenceBatching

public static interface ModelConfigOuterClass.ModelSequenceBatching.ControlInputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      @@    .. cpp:var:: string name
      @@
      @@       The name of the model input.
      @@
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      @@    .. cpp:var:: string name
      @@
      @@       The name of the model input.
      @@
       
      string name = 1;
      Returns:
      The bytes for name.
    • getControlList

      @@    .. cpp:var:: Control control (repeated)
      @@
      @@       The control value(s) that should be communicated to the
      @@       model using this model input.
      @@
       
      repeated .inference.ModelSequenceBatching.Control control = 2;
    • getControl

      @@    .. cpp:var:: Control control (repeated)
      @@
      @@       The control value(s) that should be communicated to the
      @@       model using this model input.
      @@
       
      repeated .inference.ModelSequenceBatching.Control control = 2;
    • getControlCount

      int getControlCount()
      @@    .. cpp:var:: Control control (repeated)
      @@
      @@       The control value(s) that should be communicated to the
      @@       model using this model input.
      @@
       
      repeated .inference.ModelSequenceBatching.Control control = 2;
    • getControlOrBuilderList

      @@    .. cpp:var:: Control control (repeated)
      @@
      @@       The control value(s) that should be communicated to the
      @@       model using this model input.
      @@
       
      repeated .inference.ModelSequenceBatching.Control control = 2;
    • getControlOrBuilder

      @@    .. cpp:var:: Control control (repeated)
      @@
      @@       The control value(s) that should be communicated to the
      @@       model using this model input.
      @@
       
      repeated .inference.ModelSequenceBatching.Control control = 2;