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
    getJob(int index)
    The jobs that comprise the cluster.
    int
    The jobs that comprise the cluster.
    The jobs that comprise the cluster.
    getJobOrBuilder(int index)
    The jobs that comprise the cluster.
    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

      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;