interface pública QueueRunnerDefOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| String abstrata | getCancelOpName () The operation to run to cancel the queue. |
| abstract com.google.protobuf.ByteString | getCancelOpNameBytes () The operation to run to cancel the queue. |
| String abstrata | getCloseOpName () The operation to run to close the queue. |
| abstract com.google.protobuf.ByteString | getCloseOpNameBytes () The operation to run to close the queue. |
| String abstrata | getEnqueueOpName (int index) A list of enqueue operations. |
| abstract com.google.protobuf.ByteString | getEnqueueOpNameBytes (índice int) A list of enqueue operations. |
| int abstrato | getEnqueueOpNameCount () A list of enqueue operations. |
| Lista abstrata <String> | getEnqueueOpNameList () A list of enqueue operations. |
| código abstrato | getQueueClosedExceptionTypes (int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| int abstrato | getQueueClosedExceptionTypesCount () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Lista abstrata < Código > | getQueueClosedExceptionTypesList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| int abstrato | getQueueClosedExceptionTypesValue (int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Lista abstrata <Integer> | getQueueClosedExceptionTypesValueList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| String abstrata | getQueueName () Queue name. |
| abstract com.google.protobuf.ByteString | getQueueNameBytes () Queue name. |
Métodos Públicos
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;