Uses of Interface
org.tensorflow.proto.JobDefOrBuilder
Packages that use JobDefOrBuilder
-
Uses of JobDefOrBuilder in org.tensorflow.proto
Classes in org.tensorflow.proto that implement JobDefOrBuilderModifier and TypeClassDescriptionfinal classDefines a single job in a TensorFlow cluster.static final classDefines a single job in a TensorFlow cluster.Methods in org.tensorflow.proto that return JobDefOrBuilderModifier and TypeMethodDescriptionClusterDef.Builder.getJobOrBuilder(int index) The jobs that comprise the cluster.ClusterDef.getJobOrBuilder(int index) The jobs that comprise the cluster.ClusterDefOrBuilder.getJobOrBuilder(int index) The jobs that comprise the cluster.Methods in org.tensorflow.proto that return types with arguments of type JobDefOrBuilderModifier and TypeMethodDescriptionList<? 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.