org.tensorflow.distruntime.ClusterDefOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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)
com.google.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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy