Interface ClusterDefOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ClusterDef, ClusterDef.Builder

public interface ClusterDefOrBuilder extends MessageOrBuilder
  • Method Details

    • getJobList

      List<JobDef> getJobList()
      The jobs that comprise the cluster.
      
      repeated .tensorflow.JobDef job = 1;
    • getJob

      JobDef getJob(int index)
      The jobs that comprise the cluster.
      
      repeated .tensorflow.JobDef job = 1;
    • getJobCount

      int getJobCount()
      The jobs that comprise the cluster.
      
      repeated .tensorflow.JobDef job = 1;
    • getJobOrBuilderList

      List<? extends JobDefOrBuilder> getJobOrBuilderList()
      The jobs that comprise the cluster.
      
      repeated .tensorflow.JobDef job = 1;
    • getJobOrBuilder

      JobDefOrBuilder getJobOrBuilder(int index)
      The jobs that comprise the cluster.
      
      repeated .tensorflow.JobDef job = 1;