public final class
QueueRunnerDef
Protocol buffer representing a QueueRunner.
tensorflow.QueueRunnerDef
Nested Classes
class | QueueRunnerDef.Builder | Protocol buffer representing a QueueRunner. |
Constants
int | CANCEL_OP_NAME_FIELD_NUMBER | |
int | CLOSE_OP_NAME_FIELD_NUMBER | |
int | ENQUEUE_OP_NAME_FIELD_NUMBER | |
int | QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER | |
int | QUEUE_NAME_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
String |
getCancelOpName()
The operation to run to cancel the queue. |
com.google.protobuf.ByteString |
getCancelOpNameBytes()
The operation to run to cancel the queue. |
String |
getCloseOpName()
The operation to run to close the queue. |
com.google.protobuf.ByteString |
getCloseOpNameBytes()
The operation to run to close the queue. |
static QueueRunnerDef | |
QueueRunnerDef | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getEnqueueOpName(int index)
A list of enqueue operations. |
com.google.protobuf.ByteString |
getEnqueueOpNameBytes(int index)
A list of enqueue operations. |
int |
getEnqueueOpNameCount()
A list of enqueue operations. |
com.google.protobuf.ProtocolStringList |
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. |
com.google.protobuf.ByteString |
getQueueNameBytes()
Queue name. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static QueueRunnerDef.Builder |
newBuilder(QueueRunnerDef prototype)
|
static QueueRunnerDef.Builder | |
QueueRunnerDef.Builder | |
static QueueRunnerDef |
parseDelimitedFrom(InputStream input)
|
static QueueRunnerDef |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static QueueRunnerDef |
parseFrom(ByteBuffer data)
|
static QueueRunnerDef |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static QueueRunnerDef |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static QueueRunnerDef |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static QueueRunnerDef |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static QueueRunnerDef |
parseFrom(com.google.protobuf.ByteString data)
|
static QueueRunnerDef |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static QueueRunnerDef |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
QueueRunnerDef.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CANCEL_OP_NAME_FIELD_NUMBER
Constant Value:
4
public static final int CLOSE_OP_NAME_FIELD_NUMBER
Constant Value:
3
public static final int ENQUEUE_OP_NAME_FIELD_NUMBER
Constant Value:
2
public static final int QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER
Constant Value:
5
public static final int QUEUE_NAME_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public String getCancelOpName ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
public com.google.protobuf.ByteString getCancelOpNameBytes ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
public String getCloseOpName ()
The operation to run to close the queue.
string close_op_name = 3;
public com.google.protobuf.ByteString getCloseOpNameBytes ()
The operation to run to close the queue.
string close_op_name = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getEnqueueOpName (int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public com.google.protobuf.ByteString getEnqueueOpNameBytes (int index)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public int getEnqueueOpNameCount ()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public com.google.protobuf.ProtocolStringList getEnqueueOpNameList ()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public
getParserForType
()
public 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 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 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 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 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 String getQueueName ()
Queue name.
string queue_name = 1;
public com.google.protobuf.ByteString getQueueNameBytes ()
Queue name.
string queue_name = 1;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static QueueRunnerDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static QueueRunnerDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static QueueRunnerDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static QueueRunnerDef parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static QueueRunnerDef parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static QueueRunnerDef parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static QueueRunnerDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static QueueRunnerDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|