QueueRunnerDef

パブリック最終クラスQueueRunnerDef

 Protocol buffer representing a QueueRunner.
 
Protobuf 型tensorflow.QueueRunnerDef

ネストされたクラス

クラスQueueRunnerDef.Builder
 Protocol buffer representing a QueueRunner. 

定数

整数CANCEL_OP_NAME_FIELD_NUMBER
整数CLOSE_OP_NAME_FIELD_NUMBER
整数ENQUEUE_OP_NAME_FIELD_NUMBER
整数QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER
整数QUEUE_NAME_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
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
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
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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 QueueRunnerDef getDefaultInstance ()

public QueueRunnerDef getDefaultInstanceForType ()

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.Builder newBuilder ( QueueRunnerDefプロトタイプ)

public static QueueRunnerDef.Builder newBuilder ()

public QueueRunnerDef.Builder newBuilderForType ()

public static QueueRunnerDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static QueueRunnerDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static QueueRunnerDef parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static QueueRunnerDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static QueueRunnerDef parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

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 QueueRunnerDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外