publiczna statyczna klasa końcowa QueueRunnerDef.Builder
Protocol buffer representing a QueueRunner.
tensorflow.QueueRunnerDef Metody publiczne
| Konstruktor QueueRunnerDef | addAllEnqueueOpName (wartości Iterable<String>) A list of enqueue operations. |
| Konstruktor QueueRunnerDef | addAllQueueClosedExceptionTypes (Iterable<? rozszerza kod > wartości) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Konstruktor QueueRunnerDef | addAllQueueClosedExceptionTypesValue (wartości Iterable<Integer>) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Konstruktor QueueRunnerDef | addEnqueueOpName (wartość ciągu) A list of enqueue operations. |
| Konstruktor QueueRunnerDef | addEnqueueOpNameBytes (wartość com.google.protobuf.ByteString) A list of enqueue operations. |
| Konstruktor QueueRunnerDef | addQueueClosedExceptionTypes (wartość kodu ) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Konstruktor QueueRunnerDef | addQueueClosedExceptionTypesValue (wartość int) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Konstruktor QueueRunnerDef | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| QueueRunnerDef | zbudować () |
| QueueRunnerDef | |
| Konstruktor QueueRunnerDef | jasne () |
| Konstruktor QueueRunnerDef | wyczyśćAnulujOpNazwa () The operation to run to cancel the queue. |
| Konstruktor QueueRunnerDef | wyczyśćZamknijNazwęOp () The operation to run to close the queue. |
| Konstruktor QueueRunnerDef | clearEnqueueOpName () A list of enqueue operations. |
| Konstruktor QueueRunnerDef | clearField (pole com.google.protobuf.Descriptors.FieldDescriptor) |
| Konstruktor QueueRunnerDef | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| Konstruktor QueueRunnerDef | clearQueueClosedExceptionTypes () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Konstruktor QueueRunnerDef | wyczyśćNazwęKolejki () Queue name. |
| Konstruktor QueueRunnerDef | klon () |
| 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. |
| QueueRunnerDef | |
| końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
| 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. |
| końcowa wartość logiczna | |
| Konstruktor QueueRunnerDef | mergeFrom (com.google.protobuf.Wiadomość inna) |
| Konstruktor QueueRunnerDef | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| końcowy QueueRunnerDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
| Konstruktor QueueRunnerDef | setCancelOpName (wartość ciągu) The operation to run to cancel the queue. |
| Konstruktor QueueRunnerDef | setCancelOpNameBytes (wartość com.google.protobuf.ByteString) The operation to run to cancel the queue. |
| Konstruktor QueueRunnerDef | setCloseOpName (wartość ciągu) The operation to run to close the queue. |
| Konstruktor QueueRunnerDef | setCloseOpNameBytes (wartość com.google.protobuf.ByteString) The operation to run to close the queue. |
| Konstruktor QueueRunnerDef | setEnqueueOpName (indeks int, wartość ciągu) A list of enqueue operations. |
| Konstruktor QueueRunnerDef | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| Konstruktor QueueRunnerDef | setQueueClosedExceptionTypes (indeks int, wartość kodu ) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Konstruktor QueueRunnerDef | setQueueClosedExceptionTypesValue (indeks, wartość int) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
| Konstruktor QueueRunnerDef | setQueueName (wartość ciągu) Queue name. |
| Konstruktor QueueRunnerDef | setQueueNameBytes (wartość com.google.protobuf.ByteString) Queue name. |
| Konstruktor QueueRunnerDef | setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
| końcowy QueueRunnerDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
public QueueRunnerDef.Builder addAllEnqueueOpName (wartości Iterable<String>)
A list of enqueue operations.
repeated string enqueue_op_name = 2; public QueueRunnerDef.Builder addAllQueueClosedExceptionTypes (Iterable<? rozszerza kod > wartości)
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 QueueRunnerDef.Builder addAllQueueClosedExceptionTypesValue (wartości Iterable<Integer>)
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 QueueRunnerDef.Builder addEnqueueOpName (wartość ciągu)
A list of enqueue operations.
repeated string enqueue_op_name = 2; public QueueRunnerDef.Builder addEnqueueOpNameBytes (wartość com.google.protobuf.ByteString)
A list of enqueue operations.
repeated string enqueue_op_name = 2; public QueueRunnerDef.Builder addQueueClosedExceptionTypes (wartość kodu )
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 QueueRunnerDef.Builder addQueueClosedExceptionTypesValue (wartość 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 QueueRunnerDef.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public QueueRunnerDef.Builder wyczyśćCancelOpName ()
The operation to run to cancel the queue.
string cancel_op_name = 4; public QueueRunnerDef.Builder wyczyśćCloseOpName ()
The operation to run to close the queue.
string close_op_name = 3; public QueueRunnerDef.Builder clearEnqueueOpName ()
A list of enqueue operations.
repeated string enqueue_op_name = 2; public QueueRunnerDef.Builder clearQueueClosedExceptionTypes ()
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 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 ()
publiczny com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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; 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; publiczna końcowa wartość logiczna isInitialized ()
public QueueRunnerDef.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
| Wyjątek IO |
|---|
publiczny końcowy QueueRunnerDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public QueueRunnerDef.Builder setCancelOpName (wartość ciągu)
The operation to run to cancel the queue.
string cancel_op_name = 4; public QueueRunnerDef.Builder setCancelOpNameBytes (wartość com.google.protobuf.ByteString)
The operation to run to cancel the queue.
string cancel_op_name = 4; public QueueRunnerDef.Builder setCloseOpName (wartość ciągu)
The operation to run to close the queue.
string close_op_name = 3; public QueueRunnerDef.Builder setCloseOpNameBytes (wartość com.google.protobuf.ByteString)
The operation to run to close the queue.
string close_op_name = 3; public QueueRunnerDef.Builder setEnqueueOpName (indeks int, wartość ciągu)
A list of enqueue operations.
repeated string enqueue_op_name = 2; public QueueRunnerDef.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public QueueRunnerDef.Builder setQueueClosedExceptionTypes (indeks int, wartość kodu )
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 QueueRunnerDef.Builder setQueueClosedExceptionTypesValue (indeks int, wartość 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 QueueRunnerDef.Builder setQueueNameBytes (wartość com.google.protobuf.ByteString)
Queue name.
string queue_name = 1;