interfaccia pubblica QueueRunnerDefOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
stringa astratta | getCancelOpName () The operation to run to cancel the queue. |
astratto com.google.protobuf.ByteString | getCancelOpNameBytes () The operation to run to cancel the queue. |
stringa astratta | getChiudiNomeOp () The operation to run to close the queue. |
astratto com.google.protobuf.ByteString | getCloseOpNameBytes () The operation to run to close the queue. |
stringa astratta | getEnqueueOpName (indice int) A list of enqueue operations. |
astratto com.google.protobuf.ByteString | getEnqueueOpNameBytes (indice int) A list of enqueue operations. |
astratto int | getEnqueueOpNameCount () A list of enqueue operations. |
Elenco astratto<String> | getEnqueueOpNameList () A list of enqueue operations. |
Codice astratto | getQueueClosedExceptionTypes (indice int) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
astratto int | getQueueClosedExceptionTypesCount () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
Lista astratta <Codice> | getQueueClosedExceptionTypesList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
astratto int | getQueueClosedExceptionTypesValue (indice int) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
Lista astratta<Intero> | getQueueClosedExceptionTypesValueList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
stringa astratta | getQueueName () Queue name. |
astratto com.google.protobuf.ByteString | getQueueNameBytes () Queue name. |
Metodi pubblici
public abstract String getCancelOpName ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
estratto pubblico com.google.protobuf.ByteString getCancelOpNameBytes ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
public abstract String getCloseOpName ()
The operation to run to close the queue.
string close_op_name = 3;
estratto pubblico com.google.protobuf.ByteString getCloseOpNameBytes ()
The operation to run to close the queue.
string close_op_name = 3;
public abstract String getEnqueueOpName (indice int)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract com.google.protobuf.ByteString getEnqueueOpNameBytes (indice int)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract int getEnqueueOpNameCount ()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract List<String> getEnqueueOpNameList ()
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public abstract Codice getQueueClosedExceptionTypes (indice 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 abstract 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 abstract List< Codice > 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 abstract int getQueueClosedExceptionTypesValue (indice 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 abstract 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;
stringa astratta pubblica getQueueName ()
Queue name.
string queue_name = 1;
abstract pubblico com.google.protobuf.ByteString getQueueNameBytes ()
Queue name.
string queue_name = 1;