ClusterDef

パブリック最終クラスClusterDef

 Defines a TensorFlow cluster as a set of jobs.
 
Protobuf 型tensorflow.ClusterDef

ネストされたクラス

クラスClusterDef.Builder
 Defines a TensorFlow cluster as a set of jobs. 

定数

整数JOB_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的ClusterDef
クラスター定義
最終的な静的 com.google.protobuf.Descriptors.Descriptor
ジョブ定義
getJob (int インデックス)
 The jobs that comprise the cluster.
整数
getJobCount ()
 The jobs that comprise the cluster.
リスト< JobDef >
getJobList ()
 The jobs that comprise the cluster.
ジョブ定義またはビルダー
getJobOrBuilder (int インデックス)
 The jobs that comprise the cluster.
リスト<? JobDefOrBuilderを拡張 >
getJobOrBuilderList ()
 The jobs that comprise the cluster.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的ClusterDef.Builder
newBuilder ( ClusterDefプロトタイプ)
静的ClusterDef.Builder
ClusterDef.Builder
静的ClusterDef
parseDelimitedFrom (InputStream 入力)
静的ClusterDef
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ClusterDef
parseFrom (ByteBuffer データ)
静的ClusterDef
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ClusterDef
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ClusterDef
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的ClusterDef
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ClusterDef
parseFrom (com.google.protobuf.ByteString データ)
静的ClusterDef
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ClusterDef
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
ClusterDef.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int JOB_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

パブリック静的ClusterDef getDefaultInstance ()

public ClusterDef getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public JobDef getJob (int インデックス)

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

public int getJobCount ()

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

public List< JobDef > getJobList ()

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

public JobDefOrBuilder getJobOrBuilder (int インデックス)

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

公開リスト<? extends JobDefOrBuilder > getJobOrBuilderList ()

 The jobs that comprise the cluster.
 
repeated .tensorflow.JobDef job = 1;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static ClusterDef.Builder newBuilder ( ClusterDefプロトタイプ)

public static ClusterDef.Builder newBuilder ()

public ClusterDef.Builder newBuilderForType ()

public static ClusterDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static ClusterDef parseFrom (ByteBuffer データ)

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

public static ClusterDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ClusterDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

public static ClusterDef parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

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

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

public static ClusterDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ClusterDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

パブリック静的パーサー()

public ClusterDef.Builder toBuilder ()

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

投げる
IO例外