org.tensorflow.distruntime.ClusterDefOrBuilder Maven / Gradle / Ivy
// 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 extends org.tensorflow.distruntime.JobDefOrBuilder>
getJobOrBuilderList();
/**
*
* The jobs that comprise the cluster.
*
*
* repeated .tensorflow.JobDef job = 1;
*/
org.tensorflow.distruntime.JobDefOrBuilder getJobOrBuilder(
int index);
}