Package inference

Enum Class ModelConfigOuterClass.ModelSequenceBatching.Control.Kind

java.lang.Object
java.lang.Enum<ModelConfigOuterClass.ModelSequenceBatching.Control.Kind>
inference.ModelConfigOuterClass.ModelSequenceBatching.Control.Kind
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ModelConfigOuterClass.ModelSequenceBatching.Control.Kind>, Constable
Enclosing class:
ModelConfigOuterClass.ModelSequenceBatching.Control

public static enum ModelConfigOuterClass.ModelSequenceBatching.Control.Kind extends Enum<ModelConfigOuterClass.ModelSequenceBatching.Control.Kind> implements com.google.protobuf.ProtocolMessageEnum
@@
@@    .. cpp:enum:: Kind
@@
@@       The kind of the control.
@@
 
Protobuf enum inference.ModelSequenceBatching.Control.Kind
  • Enum Constant Details

    • CONTROL_SEQUENCE_START

      public static final ModelConfigOuterClass.ModelSequenceBatching.Control.Kind CONTROL_SEQUENCE_START
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_START = 0
      @@
      @@         A new sequence is/is-not starting. If true a sequence is
      @@         starting, if false a sequence is continuing. Must
      @@         specify either int32_false_true, fp32_false_true or
      @@         bool_false_true for this control. This control is optional.
      @@
       
      CONTROL_SEQUENCE_START = 0;
    • CONTROL_SEQUENCE_READY

      public static final ModelConfigOuterClass.ModelSequenceBatching.Control.Kind CONTROL_SEQUENCE_READY
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_READY = 1
      @@
      @@         A sequence is/is-not ready for inference. If true the
      @@         input tensor data is valid and should be used. If false
      @@         the input tensor data is invalid and inferencing should
      @@         be "skipped". Must specify either int32_false_true,
      @@         fp32_false_true or bool_false_true for this control. This
      @@         control is optional.
      @@
       
      CONTROL_SEQUENCE_READY = 1;
    • CONTROL_SEQUENCE_END

      public static final ModelConfigOuterClass.ModelSequenceBatching.Control.Kind CONTROL_SEQUENCE_END
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_END = 2
      @@
      @@         A sequence is/is-not ending. If true a sequence is
      @@         ending, if false a sequence is continuing. Must specify
      @@         either int32_false_true, fp32_false_true or bool_false_true
      @@         for this control. This control is optional.
      @@
       
      CONTROL_SEQUENCE_END = 2;
    • CONTROL_SEQUENCE_CORRID

      public static final ModelConfigOuterClass.ModelSequenceBatching.Control.Kind CONTROL_SEQUENCE_CORRID
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_CORRID = 3
      @@
      @@         The correlation ID of the sequence. The correlation ID
      @@         is an uint64_t value that is communicated in whole or
      @@         in part by the tensor. The tensor's datatype must be
      @@         specified by data_type and must be TYPE_UINT64, TYPE_INT64,
      @@         TYPE_UINT32 or TYPE_INT32. If a 32-bit datatype is specified
      @@         the correlation ID will be truncated to the low-order 32
      @@         bits. This control is optional.
      @@
       
      CONTROL_SEQUENCE_CORRID = 3;
    • UNRECOGNIZED

  • Field Details

    • CONTROL_SEQUENCE_START_VALUE

      public static final int CONTROL_SEQUENCE_START_VALUE
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_START = 0
      @@
      @@         A new sequence is/is-not starting. If true a sequence is
      @@         starting, if false a sequence is continuing. Must
      @@         specify either int32_false_true, fp32_false_true or
      @@         bool_false_true for this control. This control is optional.
      @@
       
      CONTROL_SEQUENCE_START = 0;
      See Also:
    • CONTROL_SEQUENCE_READY_VALUE

      public static final int CONTROL_SEQUENCE_READY_VALUE
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_READY = 1
      @@
      @@         A sequence is/is-not ready for inference. If true the
      @@         input tensor data is valid and should be used. If false
      @@         the input tensor data is invalid and inferencing should
      @@         be "skipped". Must specify either int32_false_true,
      @@         fp32_false_true or bool_false_true for this control. This
      @@         control is optional.
      @@
       
      CONTROL_SEQUENCE_READY = 1;
      See Also:
    • CONTROL_SEQUENCE_END_VALUE

      public static final int CONTROL_SEQUENCE_END_VALUE
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_END = 2
      @@
      @@         A sequence is/is-not ending. If true a sequence is
      @@         ending, if false a sequence is continuing. Must specify
      @@         either int32_false_true, fp32_false_true or bool_false_true
      @@         for this control. This control is optional.
      @@
       
      CONTROL_SEQUENCE_END = 2;
      See Also:
    • CONTROL_SEQUENCE_CORRID_VALUE

      public static final int CONTROL_SEQUENCE_CORRID_VALUE
      @@      .. cpp:enumerator:: Kind::CONTROL_SEQUENCE_CORRID = 3
      @@
      @@         The correlation ID of the sequence. The correlation ID
      @@         is an uint64_t value that is communicated in whole or
      @@         in part by the tensor. The tensor's datatype must be
      @@         specified by data_type and must be TYPE_UINT64, TYPE_INT64,
      @@         TYPE_UINT32 or TYPE_INT32. If a 32-bit datatype is specified
      @@         the correlation ID will be truncated to the low-order 32
      @@         bits. This control is optional.
      @@
       
      CONTROL_SEQUENCE_CORRID = 3;
      See Also:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static ModelConfigOuterClass.ModelSequenceBatching.Control.Kind forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<ModelConfigOuterClass.ModelSequenceBatching.Control.Kind> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static ModelConfigOuterClass.ModelSequenceBatching.Control.Kind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null