publiczna klasa końcowa QueueRunnerDef
Protocol buffer representing a QueueRunner.
tensorflow.QueueRunnerDef Klasy zagnieżdżone
| klasa | Konstruktor QueueRunnerDef | Protocol buffer representing a QueueRunner. | |
Stałe
| wew | CANCEL_OP_NAME_FIELD_NUMBER | |
| wew | CLOSE_OP_NAME_FIELD_NUMBER | |
| wew | ENQUEUE_OP_NAME_FIELD_NUMBER | |
| wew | QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER | |
| wew | QUEUE_NAME_FIELD_NUMBER |
Metody publiczne
| wartość logiczna | równa się (obiekt obiektu) |
| Smyczkowy | getCancelOpName () The operation to run to cancel the queue. |
| com.google.protobuf.ByteString | getCancelOpNameBytes () The operation to run to cancel the queue. |
| Smyczkowy | getCloseOpName () The operation to run to close the queue. |
| com.google.protobuf.ByteString | getCloseOpNameBytes () The operation to run to close the queue. |
| statyczny QueueRunnerDef | |
| QueueRunnerDef | |
| końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
| Smyczkowy | getEnqueueOpName (indeks int) A list of enqueue operations. |
| com.google.protobuf.ByteString | getEnqueueOpNameBytes (indeks int) A list of enqueue operations. |
| wew | getEnqueueOpNameCount () A list of enqueue operations. |
| com.google.protobuf.ProtocolStringList | getEnqueueOpNameList () A list of enqueue operations. |
| Kod | getQueueClosedExceptionTypes (indeks int) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| wew | getQueueClosedExceptionTypesCount () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Lista <Kod> | getQueueClosedExceptionTypesList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| wew | getQueueClosedExceptionTypesValue (indeks int) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Lista<liczba całkowita> | getQueueClosedExceptionTypesValueList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Smyczkowy | getQueueName () Queue name. |
| com.google.protobuf.ByteString | getQueueNameBytes () Queue name. |
| wew | |
| końcowy com.google.protobuf.UnknownFieldSet | |
| wew | hashCode () |
| końcowa wartość logiczna | |
| statyczny QueueRunnerDef.Builder | newBuilder (prototyp QueueRunnerDef ) |
| statyczny QueueRunnerDef.Builder | |
| Konstruktor QueueRunnerDef | |
| statyczny QueueRunnerDef | parseDelimitedFrom (wejście strumienia wejściowego) |
| statyczny QueueRunnerDef | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczny QueueRunnerDef | parseFrom (dane ByteBuffer) |
| statyczny QueueRunnerDef | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczny QueueRunnerDef | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczny QueueRunnerDef | parseFrom (wejście com.google.protobuf.CodedInputStream) |
| statyczny QueueRunnerDef | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
| statyczny QueueRunnerDef | parseFrom (dane com.google.protobuf.ByteString) |
| statyczny QueueRunnerDef | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczny QueueRunnerDef | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczny | parser () |
| Konstruktor QueueRunnerDef | |
| próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int CANCEL_OP_NAME_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int CLOSE_OP_NAME_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int ENQUEUE_OP_NAME_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int QUEUE_NAME_FIELD_NUMBER
Wartość stała: 1
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
publiczny ciąg 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 (indeks int)
A list of enqueue operations.
repeated string enqueue_op_name = 2; public com.google.protobuf.ByteString getEnqueueOpNameBytes (indeks int)
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; publiczny getParserForType ()
Kod publiczny getQueueClosedExceptionTypes (indeks int)
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; lista publiczna <kod> 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 (indeks int)
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; publiczny ciąg getQueueName ()
Queue name.
string queue_name = 1; public com.google.protobuf.ByteString getQueueNameBytes ()
Queue name.
string queue_name = 1; publiczny int getSerializedSize ()
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczny statyczny QueueRunnerDef parseDelimitedFrom (wejście strumienia wejściowego)
Rzuca
| Wyjątek IO |
|---|
publiczny statyczny QueueRunnerDef parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Wyjątek IO |
|---|
publiczny statyczny QueueRunnerDef parseFrom (dane ByteBuffer)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
publiczny statyczny QueueRunnerDef parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
| Wyjątek IO |
|---|
publiczny statyczny QueueRunnerDef parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
publiczny statyczny QueueRunnerDef parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
| Wyjątek IO |
|---|
publiczny statyczny QueueRunnerDef parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
publiczny statyczny QueueRunnerDef parseFrom (dane com.google.protobuf.ByteString)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
publiczny statyczny QueueRunnerDef parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Wyjątek IO |
|---|
publiczny statyczny QueueRunnerDef parseFrom (com.google.protobuf.ByteString dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
| Wyjątek IO |
|---|