public interface
ClusterDefOrBuilder
Known Indirect Subclasses |
Public Methods
abstract JobDef |
getJob(int index)
The jobs that comprise the cluster. |
abstract int |
getJobCount()
The jobs that comprise the cluster. |
abstract List<JobDef> |
getJobList()
The jobs that comprise the cluster. |
abstract JobDefOrBuilder |
getJobOrBuilder(int index)
The jobs that comprise the cluster. |
abstract List<? extends JobDefOrBuilder> |
getJobOrBuilderList()
The jobs that comprise the cluster. |
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;