Interface QueueRunnerDefOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
QueueRunnerDef, QueueRunnerDef.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe operation to run to cancel the queue.The operation to run to cancel the queue.The operation to run to close the queue.The operation to run to close the queue.getEnqueueOpName(int index) A list of enqueue operations.getEnqueueOpNameBytes(int index) A list of enqueue operations.intA list of enqueue operations.A list of enqueue operations.getQueueClosedExceptionTypes(int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations.intA list of exception types considered to signal a safely closed queue if raised during enqueue operations.A list of exception types considered to signal a safely closed queue if raised during enqueue operations.intgetQueueClosedExceptionTypesValue(int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations.A list of exception types considered to signal a safely closed queue if raised during enqueue operations.Queue name.Queue name.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getQueueName
-
getQueueNameBytes
-
getEnqueueOpNameList
-
getEnqueueOpNameCount
int getEnqueueOpNameCount()A list of enqueue operations.
repeated string enqueue_op_name = 2;- Returns:
- The count of enqueueOpName.
-
getEnqueueOpName
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
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
-
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
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
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.
-