public interface QueueRunnerDefOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCancelOpName()
The operation to run to cancel the queue.
|
org.nd4j.shade.protobuf.ByteString |
getCancelOpNameBytes()
The operation to run to cancel the queue.
|
String |
getCloseOpName()
The operation to run to close the queue.
|
org.nd4j.shade.protobuf.ByteString |
getCloseOpNameBytes()
The operation to run to close the queue.
|
String |
getEnqueueOpName(int index)
A list of enqueue operations.
|
org.nd4j.shade.protobuf.ByteString |
getEnqueueOpNameBytes(int index)
A list of enqueue operations.
|
int |
getEnqueueOpNameCount()
A list of enqueue operations.
|
List<String> |
getEnqueueOpNameList()
A list of enqueue operations.
|
Code |
getQueueClosedExceptionTypes(int index)
A list of exception types considered to signal a safely closed queue
if raised during enqueue operations.
|
int |
getQueueClosedExceptionTypesCount()
A list of exception types considered to signal a safely closed queue
if raised during enqueue operations.
|
List<Code> |
getQueueClosedExceptionTypesList()
A list of exception types considered to signal a safely closed queue
if raised during enqueue operations.
|
int |
getQueueClosedExceptionTypesValue(int index)
A list of exception types considered to signal a safely closed queue
if raised during enqueue operations.
|
List<Integer> |
getQueueClosedExceptionTypesValueList()
A list of exception types considered to signal a safely closed queue
if raised during enqueue operations.
|
String |
getQueueName()
Queue name.
|
org.nd4j.shade.protobuf.ByteString |
getQueueNameBytes()
Queue name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQueueName()
Queue name.
string queue_name = 1;org.nd4j.shade.protobuf.ByteString getQueueNameBytes()
Queue name.
string queue_name = 1;List<String> getEnqueueOpNameList()
A list of enqueue operations.
repeated string enqueue_op_name = 2;int getEnqueueOpNameCount()
A list of enqueue operations.
repeated string enqueue_op_name = 2;String getEnqueueOpName(int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;org.nd4j.shade.protobuf.ByteString getEnqueueOpNameBytes(int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;String getCloseOpName()
The operation to run to close the queue.
string close_op_name = 3;org.nd4j.shade.protobuf.ByteString getCloseOpNameBytes()
The operation to run to close the queue.
string close_op_name = 3;String getCancelOpName()
The operation to run to cancel the queue.
string cancel_op_name = 4;org.nd4j.shade.protobuf.ByteString getCancelOpNameBytes()
The operation to run to cancel the queue.
string cancel_op_name = 4;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;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;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;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;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;Copyright © 2021. All rights reserved.