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.clear()JobDef.Builder.clearName()The name of this job.JobDef.Builder.clearTasks()ClusterDef.Builder.getJobBuilder(int index) The jobs that comprise the cluster.JobDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static JobDef.BuilderJobDef.newBuilder()static JobDef.BuilderJobDef.newBuilder(JobDef prototype) JobDef.newBuilderForType()protected JobDef.BuilderJobDef.newBuilderForType(AbstractMessage.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.The name of this job.JobDef.Builder.setNameBytes(ByteString value) The name of this job.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.