パブリック インターフェイスQueueRunnerDefOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象文字列 | getCancelOpName () The operation to run to cancel the queue. |
抽象的な com.google.protobuf.ByteString | getCancelOpNameBytes () The operation to run to cancel the queue. |
抽象文字列 | getCloseOpName () The operation to run to close the queue. |
抽象的な com.google.protobuf.ByteString | getCloseOpNameBytes () The operation to run to close the queue. |
抽象文字列 | getEnqueueOpName (int インデックス) A list of enqueue operations. |
抽象的な com.google.protobuf.ByteString | getEnqueueOpNameBytes (int インデックス) A list of enqueue operations. |
抽象整数 | getEnqueueOpNameCount () A list of enqueue operations. |
抽象リスト<String> | getEnqueueOpNameList () A list of enqueue operations. |
抽象的なコード | getQueueClosedExceptionTypes (int インデックス) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
抽象整数 | getQueueClosedExceptionTypesCount () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
抽象リスト<コード> | getQueueClosedExceptionTypesList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
抽象整数 | getQueueClosedExceptionTypesValue (int インデックス) A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
抽象リスト<整数> | getQueueClosedExceptionTypesValueList () A list of exception types considered to signal a safely closed queue if raised during enqueue operations. |
抽象文字列 | getQueueName () Queue name. |
抽象的な com.google.protobuf.ByteString | getQueueNameBytes () Queue name. |
パブリックメソッド
パブリック抽象 String getCancelOpName ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
パブリック抽象 com.google.protobuf.ByteString getCancelOpNameBytes ()
The operation to run to cancel the queue.
string cancel_op_name = 4;
パブリック抽象 String getCloseOpName ()
The operation to run to close the queue.
string close_op_name = 3;
パブリック抽象 com.google.protobuf.ByteString getCloseOpNameBytes ()
The operation to run to close the queue.
string close_op_name = 3;
public abstract String getEnqueueOpName (int インデックス)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
パブリック抽象 com.google.protobuf.ByteString getEnqueueOpNameBytes (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コードgetQueueClosedExceptionTypes (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<コード> 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 (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;
パブリック抽象 String getQueueName ()
Queue name.
string queue_name = 1;
パブリック抽象 com.google.protobuf.ByteString getQueueNameBytes ()
Queue name.
string queue_name = 1;