Uses of Class
org.tensorflow.distruntime.JobDef
-
Packages that use JobDef Package Description org.tensorflow.distruntime -
-
Uses of JobDef in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return JobDef Modifier and Type Method Description JobDefJobDef.Builder. build()JobDefJobDef.Builder. buildPartial()static JobDefJobDef. getDefaultInstance()JobDefJobDef.Builder. getDefaultInstanceForType()JobDefJobDef. getDefaultInstanceForType()JobDefClusterDef.Builder. getJob(int index)The jobs that comprise the cluster.JobDefClusterDef. getJob(int index)The jobs that comprise the cluster.JobDefClusterDefOrBuilder. getJob(int index)The jobs that comprise the cluster.static JobDefJobDef. parseDelimitedFrom(InputStream input)static JobDefJobDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static JobDefJobDef. parseFrom(byte[] data)static JobDefJobDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static JobDefJobDef. parseFrom(InputStream input)static JobDefJobDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static JobDefJobDef. parseFrom(ByteBuffer data)static JobDefJobDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static JobDefJobDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static JobDefJobDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static JobDefJobDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static JobDefJobDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.distruntime that return types with arguments of type JobDef Modifier and Type Method Description List<JobDef>ClusterDef.Builder. getJobList()The jobs that comprise the cluster.List<JobDef>ClusterDef. getJobList()The jobs that comprise the cluster.List<JobDef>ClusterDefOrBuilder. getJobList()The jobs that comprise the cluster.org.nd4j.shade.protobuf.Parser<JobDef>JobDef. getParserForType()static org.nd4j.shade.protobuf.Parser<JobDef>JobDef. parser()Methods in org.tensorflow.distruntime with parameters of type JobDef Modifier and Type Method Description ClusterDef.BuilderClusterDef.Builder. addJob(int index, JobDef value)The jobs that comprise the cluster.ClusterDef.BuilderClusterDef.Builder. addJob(JobDef value)The jobs that comprise the cluster.JobDef.BuilderJobDef.Builder. mergeFrom(JobDef other)static JobDef.BuilderJobDef. newBuilder(JobDef prototype)ClusterDef.BuilderClusterDef.Builder. setJob(int index, JobDef value)The jobs that comprise the cluster.Method parameters in org.tensorflow.distruntime with type arguments of type JobDef Modifier and Type Method Description ClusterDef.BuilderClusterDef.Builder. addAllJob(Iterable<? extends JobDef> values)The jobs that comprise the cluster.
-