Uses of Class
org.tensorflow.distruntime.JobDef.Builder
-
Packages that use JobDef.Builder Package Description org.tensorflow.distruntime -
-
Uses of JobDef.Builder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return JobDef.Builder Modifier and Type Method Description JobDef.BuilderClusterDef.Builder. addJobBuilder()The jobs that comprise the cluster.JobDef.BuilderClusterDef.Builder. addJobBuilder(int index)The jobs that comprise the cluster.JobDef.BuilderJobDef.Builder. addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)JobDef.BuilderJobDef.Builder. clear()JobDef.BuilderJobDef.Builder. clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)JobDef.BuilderJobDef.Builder. clearName()The name of this job.JobDef.BuilderJobDef.Builder. clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)JobDef.BuilderJobDef.Builder. clearTasks()JobDef.BuilderJobDef.Builder. clone()JobDef.BuilderClusterDef.Builder. getJobBuilder(int index)The jobs that comprise the cluster.JobDef.BuilderJobDef.Builder. mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)JobDef.BuilderJobDef.Builder. mergeFrom(org.nd4j.shade.protobuf.Message other)JobDef.BuilderJobDef.Builder. mergeFrom(JobDef other)JobDef.BuilderJobDef.Builder. mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)static JobDef.BuilderJobDef. newBuilder()static JobDef.BuilderJobDef. newBuilder(JobDef prototype)JobDef.BuilderJobDef. newBuilderForType()protected JobDef.BuilderJobDef. newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)JobDef.BuilderJobDef.Builder. putAllTasks(Map<Integer,String> values)Mapping from task ID to "hostname:port" string.JobDef.BuilderJobDef.Builder. putTasks(int key, String value)Mapping from task ID to "hostname:port" string.JobDef.BuilderJobDef.Builder. removeTasks(int key)Mapping from task ID to "hostname:port" string.JobDef.BuilderJobDef.Builder. setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)JobDef.BuilderJobDef.Builder. setName(String value)The name of this job.JobDef.BuilderJobDef.Builder. setNameBytes(org.nd4j.shade.protobuf.ByteString value)The name of this job.JobDef.BuilderJobDef.Builder. setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)JobDef.BuilderJobDef.Builder. setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)JobDef.BuilderJobDef. toBuilder()Methods in org.tensorflow.distruntime that return types with arguments of type JobDef.Builder Modifier and Type Method Description List<JobDef.Builder>ClusterDef.Builder. getJobBuilderList()The jobs that comprise the cluster.Methods in org.tensorflow.distruntime with parameters of type JobDef.Builder Modifier and Type Method Description ClusterDef.BuilderClusterDef.Builder. addJob(int index, JobDef.Builder builderForValue)The jobs that comprise the cluster.ClusterDef.BuilderClusterDef.Builder. addJob(JobDef.Builder builderForValue)The jobs that comprise the cluster.ClusterDef.BuilderClusterDef.Builder. setJob(int index, JobDef.Builder builderForValue)The jobs that comprise the cluster.
-