Interface ClusterDefOrBuilder

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

public interface ClusterDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    JobDef getJob​(int index)
    The jobs that comprise the cluster.
    int getJobCount()
    The jobs that comprise the cluster.
    java.util.List<JobDef> getJobList()
    The jobs that comprise the cluster.
    JobDefOrBuilder getJobOrBuilder​(int index)
    The jobs that comprise the cluster.
    java.util.List<? extends JobDefOrBuilder> getJobOrBuilderList()
    The jobs that comprise the cluster.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getJobList

      java.util.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

      java.util.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;