Interface ClusterDeviceFiltersOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      JobDeviceFilters getJobs​(int index)
      repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      int getJobsCount()
      repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      java.util.List<JobDeviceFilters> getJobsList()
      repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      JobDeviceFiltersOrBuilder getJobsOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      java.util.List<? extends JobDeviceFiltersOrBuilder> getJobsOrBuilderList()
      repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      • 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 Detail

      • getJobsList

        java.util.List<JobDeviceFilters> getJobsList()
        repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      • getJobs

        JobDeviceFilters getJobs​(int index)
        repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      • getJobsCount

        int getJobsCount()
        repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      • getJobsOrBuilderList

        java.util.List<? extends JobDeviceFiltersOrBuilder> getJobsOrBuilderList()
        repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;
      • getJobsOrBuilder

        JobDeviceFiltersOrBuilder getJobsOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.JobDeviceFilters jobs = 1;