パブリック最終クラスClusterDef
Defines a TensorFlow cluster as a set of jobs.
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 | newBuilder () |
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 | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
public static Final int JOB_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|