Uses of Class
org.tensorflow.proto.JobDef.Builder
Packages that use JobDef.Builder
-
Uses of JobDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type JobDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classDefines a single job in a TensorFlow cluster.Methods in org.tensorflow.proto that return JobDef.BuilderModifier and TypeMethodDescriptionClusterDef.Builder.addJobBuilder()The jobs that comprise the cluster.ClusterDef.Builder.addJobBuilder(int index) The jobs that comprise the cluster.JobDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) JobDef.Builder.clear()JobDef.Builder.clearField(Descriptors.FieldDescriptor field) JobDef.Builder.clearName()The name of this job.JobDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) JobDef.Builder.clearTasks()JobDef.Builder.clone()ClusterDef.Builder.getJobBuilder(int index) The jobs that comprise the cluster.JobDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final JobDef.BuilderJobDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static JobDef.BuilderJobDef.newBuilder()static JobDef.BuilderJobDef.newBuilder(JobDef prototype) JobDef.newBuilderForType()protected JobDef.BuilderJobDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) JobDef.Builder.putAllTasks(Map<Integer, String> values) Mapping from task ID to "hostname:port" string.Mapping from task ID to "hostname:port" string.JobDef.Builder.removeTasks(int key) Mapping from task ID to "hostname:port" string.JobDef.Builder.setField(Descriptors.FieldDescriptor field, Object value) The name of this job.JobDef.Builder.setNameBytes(ByteString value) The name of this job.JobDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final JobDef.BuilderJobDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) JobDef.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type JobDef.BuilderModifier and TypeMethodDescriptionClusterDef.Builder.getJobBuilderList()The jobs that comprise the cluster.Methods in org.tensorflow.proto with parameters of type JobDef.BuilderModifier and TypeMethodDescriptionClusterDef.Builder.addJob(int index, JobDef.Builder builderForValue) The jobs that comprise the cluster.ClusterDef.Builder.addJob(JobDef.Builder builderForValue) The jobs that comprise the cluster.ClusterDef.Builder.setJob(int index, JobDef.Builder builderForValue) The jobs that comprise the cluster.