パブリック最終クラスQueueRunnerDef
Protocol buffer representing a QueueRunner.
tensorflow.QueueRunnerDef
ネストされたクラス
クラス | QueueRunnerDef.Builder | Protocol buffer representing a QueueRunner. |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
弦 | 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. |
静的QueueRunnerDef | |
キューランナー定義 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getEnqueueOpName (int インデックス) A list of enqueue operations. |
com.google.protobuf.ByteString | getEnqueueOpNameBytes (int インデックス) A list of enqueue operations. |
整数 | getEnqueueOpNameCount () A list of enqueue operations. |
com.google.protobuf.ProtocolStringList | 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. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的QueueRunnerDef.Builder | newBuilder ( QueueRunnerDefプロトタイプ) |
静的QueueRunnerDef.Builder | newBuilder () |
QueueRunnerDef.Builder | |
静的QueueRunnerDef | parseDelimitedFrom (InputStream 入力) |
静的QueueRunnerDef | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的QueueRunnerDef | parseFrom (ByteBuffer データ) |
静的QueueRunnerDef | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的QueueRunnerDef | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的QueueRunnerDef | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的QueueRunnerDef | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的QueueRunnerDef | parseFrom (com.google.protobuf.ByteString データ) |
静的QueueRunnerDef | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的QueueRunnerDef | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
QueueRunnerDef.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
ブール値 | 等しい(オブジェクト arg0) |
最終クラス<?> | getClass () |
整数 | ハッシュコード() |
最後の空白 | 通知する() |
最後の空白 | すべて通知() |
弦 | toString () |
最後の空白 | wait (long arg0, int arg1) |
最後の空白 | 待機(長い引数0) |
最後の空白 | 待って() |
抽象文字列 | 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. |
定数
public static Final int CANCEL_OP_NAME_FIELD_NUMBER
定数値: 4
public static Final int CLOSE_OP_NAME_FIELD_NUMBER
定数値: 3
パブリック静的最終整数ENQUEUE_OP_NAME_FIELD_NUMBER
定数値: 2
パブリック静的最終整数QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER
定数値: 5
パブリック静的最終整数QUEUE_NAME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト 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;
パブリック 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 インデックス)
A list of enqueue operations.
repeated string enqueue_op_name = 2;
public com.google.protobuf.ByteString getEnqueueOpNameBytes (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;
公共 getParserForType ()
パブリックコード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 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<コード> 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 インデックス)
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;
パブリック 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 ()
パブリック最終ブール値isInitialized ()
public static QueueRunnerDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static QueueRunnerDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static QueueRunnerDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static QueueRunnerDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static QueueRunnerDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static QueueRunnerDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|