public interface ClusterDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JobDef |
getJob(int index)
The jobs that comprise the cluster.
|
int |
getJobCount()
The jobs that comprise the cluster.
|
java.util.List<JobDef> |
getJobList()
The jobs that comprise the cluster.
|
JobDefOrBuilder |
getJobOrBuilder(int index)
The jobs that comprise the cluster.
|
java.util.List<? extends JobDefOrBuilder> |
getJobOrBuilderList()
The jobs that comprise the cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<JobDef> getJobList()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;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 JobDefOrBuilder> getJobOrBuilderList()
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;JobDefOrBuilder getJobOrBuilder(int index)
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;