Interface QueueRunnerDefOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
QueueRunnerDef, QueueRunnerDef.Builder

public interface QueueRunnerDefOrBuilder extends MessageOrBuilder
  • Method Details

    • getQueueName

      String getQueueName()
      Queue name.
      
      string queue_name = 1;
      Returns:
      The queueName.
    • getQueueNameBytes

      ByteString getQueueNameBytes()
      Queue name.
      
      string queue_name = 1;
      Returns:
      The bytes for queueName.
    • getEnqueueOpNameList

      List<String> getEnqueueOpNameList()
      A list of enqueue operations.
      
      repeated string enqueue_op_name = 2;
      Returns:
      A list containing the enqueueOpName.
    • getEnqueueOpNameCount

      int getEnqueueOpNameCount()
      A list of enqueue operations.
      
      repeated string enqueue_op_name = 2;
      Returns:
      The count of enqueueOpName.
    • getEnqueueOpName

      String getEnqueueOpName(int index)
      A list of enqueue operations.
      
      repeated string enqueue_op_name = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The enqueueOpName at the given index.
    • getEnqueueOpNameBytes

      ByteString getEnqueueOpNameBytes(int index)
      A list of enqueue operations.
      
      repeated string enqueue_op_name = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the enqueueOpName at the given index.
    • getCloseOpName

      String getCloseOpName()
      The operation to run to close the queue.
      
      string close_op_name = 3;
      Returns:
      The closeOpName.
    • getCloseOpNameBytes

      ByteString getCloseOpNameBytes()
      The operation to run to close the queue.
      
      string close_op_name = 3;
      Returns:
      The bytes for closeOpName.
    • getCancelOpName

      String getCancelOpName()
      The operation to run to cancel the queue.
      
      string cancel_op_name = 4;
      Returns:
      The cancelOpName.
    • getCancelOpNameBytes

      ByteString getCancelOpNameBytes()
      The operation to run to cancel the queue.
      
      string cancel_op_name = 4;
      Returns:
      The bytes for cancelOpName.
    • getQueueClosedExceptionTypesList

      List<Code> getQueueClosedExceptionTypesList()
      A list of exception types considered to signal a safely closed queue
      if raised during enqueue operations.
      
      repeated .tensorflow.error.Code queue_closed_exception_types = 5;
      Returns:
      A list containing the queueClosedExceptionTypes.
    • getQueueClosedExceptionTypesCount

      int getQueueClosedExceptionTypesCount()
      A list of exception types considered to signal a safely closed queue
      if raised during enqueue operations.
      
      repeated .tensorflow.error.Code queue_closed_exception_types = 5;
      Returns:
      The count of queueClosedExceptionTypes.
    • getQueueClosedExceptionTypes

      Code getQueueClosedExceptionTypes(int index)
      A list of exception types considered to signal a safely closed queue
      if raised during enqueue operations.
      
      repeated .tensorflow.error.Code queue_closed_exception_types = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The queueClosedExceptionTypes at the given index.
    • getQueueClosedExceptionTypesValueList

      List<Integer> getQueueClosedExceptionTypesValueList()
      A list of exception types considered to signal a safely closed queue
      if raised during enqueue operations.
      
      repeated .tensorflow.error.Code queue_closed_exception_types = 5;
      Returns:
      A list containing the enum numeric values on the wire for queueClosedExceptionTypes.
    • getQueueClosedExceptionTypesValue

      int getQueueClosedExceptionTypesValue(int index)
      A list of exception types considered to signal a safely closed queue
      if raised during enqueue operations.
      
      repeated .tensorflow.error.Code queue_closed_exception_types = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of queueClosedExceptionTypes at the given index.