Uses of Interface
org.tensorflow.distruntime.JobDefOrBuilder
-
Packages that use JobDefOrBuilder Package Description org.tensorflow.distruntime -
-
Uses of JobDefOrBuilder in org.tensorflow.distruntime
Classes in org.tensorflow.distruntime that implement JobDefOrBuilder Modifier and Type Class Description classJobDefDefines a single job in a TensorFlow cluster.static classJobDef.BuilderDefines a single job in a TensorFlow cluster.Methods in org.tensorflow.distruntime that return JobDefOrBuilder Modifier and Type Method Description JobDefOrBuilderClusterDef.Builder. getJobOrBuilder(int index)The jobs that comprise the cluster.JobDefOrBuilderClusterDef. getJobOrBuilder(int index)The jobs that comprise the cluster.JobDefOrBuilderClusterDefOrBuilder. getJobOrBuilder(int index)The jobs that comprise the cluster.Methods in org.tensorflow.distruntime that return types with arguments of type JobDefOrBuilder Modifier and Type Method Description List<? extends JobDefOrBuilder>ClusterDef.Builder. getJobOrBuilderList()The jobs that comprise the cluster.List<? extends JobDefOrBuilder>ClusterDef. getJobOrBuilderList()The jobs that comprise the cluster.List<? extends JobDefOrBuilder>ClusterDefOrBuilder. getJobOrBuilderList()The jobs that comprise the cluster.
-