All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.distruntime.ClusterDefOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/cluster.proto

package org.tensorflow.distruntime;

public interface ClusterDefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.ClusterDef)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * The jobs that comprise the cluster.
   * 
* * repeated .tensorflow.JobDef job = 1; */ java.util.List getJobList(); /** *
   * The jobs that comprise the cluster.
   * 
* * repeated .tensorflow.JobDef job = 1; */ org.tensorflow.distruntime.JobDef getJob(int index); /** *
   * The jobs that comprise the cluster.
   * 
* * repeated .tensorflow.JobDef job = 1; */ int getJobCount(); /** *
   * The jobs that comprise the cluster.
   * 
* * repeated .tensorflow.JobDef job = 1; */ java.util.List getJobOrBuilderList(); /** *
   * The jobs that comprise the cluster.
   * 
* * repeated .tensorflow.JobDef job = 1; */ org.tensorflow.distruntime.JobDefOrBuilder getJobOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy