ClusterDefOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
public
abstract
JobDef
getJob
(int index)
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;
public
abstract
JobDefOrBuilder
getJobOrBuilder
(int index)
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
public
abstract
List<? extends JobDefOrBuilder>
getJobOrBuilderList
()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 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"]]