Uses of Class
org.tensorflow.proto.WatchdogConfig.Builder
Packages that use WatchdogConfig.Builder
-
Uses of WatchdogConfig.Builder in org.tensorflow.proto
Subclasses with type arguments of type WatchdogConfig.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.WatchdogConfigMethods in org.tensorflow.proto that return WatchdogConfig.BuilderModifier and TypeMethodDescriptionWatchdogConfig.Builder.clear()WatchdogConfig.Builder.clearTimeoutMs()int64 timeout_ms = 1;WorkerHeartbeatRequest.Builder.getWatchdogConfigBuilder().tensorflow.WatchdogConfig watchdog_config = 2;WatchdogConfig.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) WatchdogConfig.Builder.mergeFrom(WatchdogConfig other) static WatchdogConfig.BuilderWatchdogConfig.newBuilder()static WatchdogConfig.BuilderWatchdogConfig.newBuilder(WatchdogConfig prototype) WatchdogConfig.newBuilderForType()protected WatchdogConfig.BuilderWatchdogConfig.newBuilderForType(AbstractMessage.BuilderParent parent) WatchdogConfig.Builder.setTimeoutMs(long value) int64 timeout_ms = 1;WatchdogConfig.toBuilder()Methods in org.tensorflow.proto with parameters of type WatchdogConfig.BuilderModifier and TypeMethodDescriptionWorkerHeartbeatRequest.Builder.setWatchdogConfig(WatchdogConfig.Builder builderForValue) .tensorflow.WatchdogConfig watchdog_config = 2;