ClusterDefOrBuilder
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
パブリックメソッド
パブリック抽象JobDef getJob (int インデックス)
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
public abstract int getJobCount ()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
public abstract List< JobDef > getJobList ()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
パブリック抽象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;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[],[],null,["# ClusterDefOrBuilder\n\npublic interface **ClusterDefOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [ClusterDef](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDef), [ClusterDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDef.Builder) |----------------------------------------------------------------------------------------------|---------------------------------------------------------| | [ClusterDef](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDef) | ``` Defines a TensorFlow cluster as a set of jobs. ``` | | [ClusterDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDef.Builder) | ``` Defines a TensorFlow cluster as a set of jobs. ``` | |||\n\n### Public Methods\n\n|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [JobDef](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDef) | [getJob](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDefOrBuilder#getJob(int))(int index) ``` The jobs that comprise the cluster. ``` |\n| abstract int | [getJobCount](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDefOrBuilder#getJobCount())() ``` The jobs that comprise the cluster. ``` |\n| abstract List\\\u003c[JobDef](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDef)\\\u003e | [getJobList](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDefOrBuilder#getJobList())() ``` The jobs that comprise the cluster. ``` |\n| abstract [JobDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDefOrBuilder) | [getJobOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDefOrBuilder#getJobOrBuilder(int))(int index) ``` The jobs that comprise the cluster. ``` |\n| abstract List\\\u003c? extends [JobDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDefOrBuilder)\\\u003e | [getJobOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/distruntime/ClusterDefOrBuilder#getJobOrBuilderList())() ``` The jobs that comprise the cluster. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [JobDef](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDef)\n**getJob**\n(int index)\n\n\u003cbr /\u003e\n\n```\n The jobs that comprise the cluster.\n \n```\n`repeated .tensorflow.JobDef job = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getJobCount**\n()\n\n\u003cbr /\u003e\n\n```\n The jobs that comprise the cluster.\n \n```\n`repeated .tensorflow.JobDef job = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c[JobDef](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDef)\\\u003e\n**getJobList**\n()\n\n\u003cbr /\u003e\n\n```\n The jobs that comprise the cluster.\n \n```\n`repeated .tensorflow.JobDef job = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract [JobDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDefOrBuilder)\n**getJobOrBuilder**\n(int index)\n\n\u003cbr /\u003e\n\n```\n The jobs that comprise the cluster.\n \n```\n`repeated .tensorflow.JobDef job = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c? extends [JobDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/distruntime/JobDefOrBuilder)\\\u003e\n**getJobOrBuilderList**\n()\n\n\u003cbr /\u003e\n\n```\n The jobs that comprise the cluster.\n \n```\n`repeated .tensorflow.JobDef job = 1;`\n\n\u003cbr /\u003e"]]