ClusterDefOrBuilder
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Metody publiczne
publiczne streszczenie JobDef getJob (indeks int)
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
publiczne streszczenie int getJobCount ()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
publiczna lista abstrakcyjna< JobDef > getJobList ()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
publiczne streszczenie JobDefOrBuilder getJobOrBuilder (indeks int)
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
publiczna lista abstrakcyjna<? rozszerza JobDefOrBuilder > getJobOrBuilderList ()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]