Uses of Class
org.tensorflow.proto.ServerDef.Builder
Packages that use ServerDef.Builder
-
Uses of ServerDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type ServerDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classDefines the configuration of a single TensorFlow server.Methods in org.tensorflow.proto that return ServerDef.BuilderModifier and TypeMethodDescriptionServerDef.Builder.clear()ServerDef.Builder.clearCluster()The cluster of which this server is a member.ServerDef.Builder.clearClusterDeviceFilters()Device filters for remote tasks in the cluster.ServerDef.Builder.clearDefaultSessionConfig()The default configuration for sessions that run on this server.ServerDef.Builder.clearJobName()The name of the job of which this server is a member.ServerDef.Builder.clearPort()The server port.ServerDef.Builder.clearProtocol()The protocol to be used by this server.ServerDef.Builder.clearReplica()Replica this server manages.ServerDef.Builder.clearTaskIndex()The task index of this server in its job.ServerDef.Builder.mergeCluster(ClusterDef value) The cluster of which this server is a member.ServerDef.Builder.mergeClusterDeviceFilters(ClusterDeviceFilters value) Device filters for remote tasks in the cluster.ServerDef.Builder.mergeDefaultSessionConfig(ConfigProto value) The default configuration for sessions that run on this server.ServerDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ServerDef.BuilderServerDef.newBuilder()static ServerDef.BuilderServerDef.newBuilder(ServerDef prototype) ServerDef.newBuilderForType()protected ServerDef.BuilderServerDef.newBuilderForType(AbstractMessage.BuilderParent parent) ServerDef.Builder.setCluster(ClusterDef value) The cluster of which this server is a member.ServerDef.Builder.setCluster(ClusterDef.Builder builderForValue) The cluster of which this server is a member.ServerDef.Builder.setClusterDeviceFilters(ClusterDeviceFilters value) Device filters for remote tasks in the cluster.ServerDef.Builder.setClusterDeviceFilters(ClusterDeviceFilters.Builder builderForValue) Device filters for remote tasks in the cluster.ServerDef.Builder.setDefaultSessionConfig(ConfigProto value) The default configuration for sessions that run on this server.ServerDef.Builder.setDefaultSessionConfig(ConfigProto.Builder builderForValue) The default configuration for sessions that run on this server.ServerDef.Builder.setJobName(String value) The name of the job of which this server is a member.ServerDef.Builder.setJobNameBytes(ByteString value) The name of the job of which this server is a member.ServerDef.Builder.setPort(int value) The server port.ServerDef.Builder.setProtocol(String value) The protocol to be used by this server.ServerDef.Builder.setProtocolBytes(ByteString value) The protocol to be used by this server.ServerDef.Builder.setReplica(int value) Replica this server manages.ServerDef.Builder.setTaskIndex(int value) The task index of this server in its job.ServerDef.toBuilder()