Package inference

Interface ModelConfigOuterClass.BatchOutputOrBuilder

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

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

    • getTargetNameList

      List<String> getTargetNameList()
      @@  .. cpp:var:: string target_name (repeated)
      @@
      @@     The name of the outputs to be produced by this batch output
      @@     specification.
      @@
       
      repeated string target_name = 1;
      Returns:
      A list containing the targetName.
    • getTargetNameCount

      int getTargetNameCount()
      @@  .. cpp:var:: string target_name (repeated)
      @@
      @@     The name of the outputs to be produced by this batch output
      @@     specification.
      @@
       
      repeated string target_name = 1;
      Returns:
      The count of targetName.
    • getTargetName

      String getTargetName(int index)
      @@  .. cpp:var:: string target_name (repeated)
      @@
      @@     The name of the outputs to be produced by this batch output
      @@     specification.
      @@
       
      repeated string target_name = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The targetName at the given index.
    • getTargetNameBytes

      com.google.protobuf.ByteString getTargetNameBytes(int index)
      @@  .. cpp:var:: string target_name (repeated)
      @@
      @@     The name of the outputs to be produced by this batch output
      @@     specification.
      @@
       
      repeated string target_name = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the targetName at the given index.
    • getKindValue

      int getKindValue()
      @@  .. cpp:var:: Kind kind
      @@
      @@     The kind of this batch output.
      @@
       
      .inference.BatchOutput.Kind kind = 2;
      Returns:
      The enum numeric value on the wire for kind.
    • getKind

      @@  .. cpp:var:: Kind kind
      @@
      @@     The kind of this batch output.
      @@
       
      .inference.BatchOutput.Kind kind = 2;
      Returns:
      The kind.
    • getSourceInputList

      List<String> getSourceInputList()
      @@  .. cpp:var:: string source_input (repeated)
      @@
      @@     The backend derives each batch output from one or more inputs.
      @@     'source_input' gives the names of those inputs.
      @@
       
      repeated string source_input = 3;
      Returns:
      A list containing the sourceInput.
    • getSourceInputCount

      int getSourceInputCount()
      @@  .. cpp:var:: string source_input (repeated)
      @@
      @@     The backend derives each batch output from one or more inputs.
      @@     'source_input' gives the names of those inputs.
      @@
       
      repeated string source_input = 3;
      Returns:
      The count of sourceInput.
    • getSourceInput

      String getSourceInput(int index)
      @@  .. cpp:var:: string source_input (repeated)
      @@
      @@     The backend derives each batch output from one or more inputs.
      @@     'source_input' gives the names of those inputs.
      @@
       
      repeated string source_input = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The sourceInput at the given index.
    • getSourceInputBytes

      com.google.protobuf.ByteString getSourceInputBytes(int index)
      @@  .. cpp:var:: string source_input (repeated)
      @@
      @@     The backend derives each batch output from one or more inputs.
      @@     'source_input' gives the names of those inputs.
      @@
       
      repeated string source_input = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the sourceInput at the given index.