public interface ClusterDefOrBuilder
extends org.nd4j.shade.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.
|
List<JobDef> |
getJobList()
The jobs that comprise the cluster.
|
JobDefOrBuilder |
getJobOrBuilder(int index)
The jobs that comprise the cluster.
|
List<? extends JobDefOrBuilder> |
getJobOrBuilderList()
The jobs that comprise the cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;Copyright © 2021. All rights reserved.