ClusterDefOrBuilder
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
วิธีการสาธารณะ
JobDef นามธรรมสาธารณะ getJob (ดัชนี int)
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
บทคัดย่อสาธารณะ int getJobCount ()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
รายการนามธรรมสาธารณะ < 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;
รายการบทคัดย่อสาธารณะ<? ขยาย 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"]]