public interface
QueueRunnerDefOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getCancelOpName()
The operation to run to cancel the queue. |
abstract com.google.protobuf.ByteString |
getCancelOpNameBytes()
The operation to run to cancel the queue. |
abstract String |
getCloseOpName()
The operation to run to close the queue. |
abstract com.google.protobuf.ByteString |
getCloseOpNameBytes()
The operation to run to close the queue. |
abstract String |
getEnqueueOpName(int index)
A list of enqueue operations. |
abstract com.google.protobuf.ByteString |
getEnqueueOpNameBytes(int index)
A list of enqueue operations. |
abstract int |
getEnqueueOpNameCount()
A list of enqueue operations. |
abstract List<String> |
getEnqueueOpNameList()
A list of enqueue operations. |
abstract Code |
getQueueClosedExceptionTypes(int index)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
abstract int |
getQueueClosedExceptionTypesCount()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
abstract List<Code> |
getQueueClosedExceptionTypesList()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
abstract int |
getQueueClosedExceptionTypesValue(int index)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
abstract List<Integer> |
getQueueClosedExceptionTypesValueList()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
abstract String |
getQueueName()
Queue name. |
abstract com.google.protobuf.ByteString |
getQueueNameBytes()
Queue name. |
Public Methods
public abstract String getCancelOpName ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
public abstract com.google.protobuf.ByteString getCancelOpNameBytes ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
public abstract String getCloseOpName ()
The operation to run to close the queue.
string close_op_name = 3;
public abstract com.google.protobuf.ByteString getCloseOpNameBytes ()
The operation to run to close the queue.
string close_op_name = 3;
public abstract String getEnqueueOpName (int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract com.google.protobuf.ByteString getEnqueueOpNameBytes (int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract int getEnqueueOpNameCount ()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract List<String> getEnqueueOpNameList ()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract 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;
public abstract 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;
public abstract 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;
public abstract 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;
public abstract 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;
public abstract String getQueueName ()
Queue name.
string queue_name = 1;
public abstract com.google.protobuf.ByteString getQueueNameBytes ()
Queue name.
string queue_name = 1;