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;
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]