Package org.tensorflow.distruntime
Interface ClusterDefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterDef,ClusterDef.Builder
public interface ClusterDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetJob(int index) The jobs that comprise the cluster.intThe jobs that comprise the cluster.The jobs that comprise the cluster.getJobOrBuilder(int index) The jobs that comprise the cluster.List<? extends JobDefOrBuilder> The jobs that comprise the cluster.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getJobList
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1; -
getJob
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1; -
getJobCount
int getJobCount()The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1; -
getJobOrBuilderList
List<? extends JobDefOrBuilder> getJobOrBuilderList()The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1; -
getJobOrBuilder
The jobs that comprise the cluster.
repeated .tensorflow.JobDef job = 1;
-