ServerDefOrBuilder

सार्वजनिक इंटरफ़ेस ServerDefOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार क्लस्टरडेफ़
गेटक्लस्टर ()
 The cluster of which this server is a member.
सार क्लस्टरडिवाइसफ़िल्टर
getClusterDeviceFilters ()
 Device filters for remote tasks in the cluster.
सार क्लस्टरडिवाइसफ़िल्टरऑरबिल्डर
getClusterDeviceFiltersOrBuilder ()
 Device filters for remote tasks in the cluster.
सार ClusterDefOrBuilder
getClusterOrBuilder ()
 The cluster of which this server is a member.
सार कॉन्फिगप्रोटो
getDefaultSessionConfig ()
 The default configuration for sessions that run on this server.
सार कॉन्फिगप्रोटोऑरबिल्डर
getDefaultSessionConfigOrBuilder ()
 The default configuration for sessions that run on this server.
सार स्ट्रिंग
नौकरी का नाम प्राप्त करें ()
 The name of the job of which this server is a member.
सार com.google.protobuf.ByteString
getJobNameBytes ()
 The name of the job of which this server is a member.
सार इंट
गेटपोर्ट ()
 The server port.
सार स्ट्रिंग
प्रोटोकॉल प्राप्त करें ()
 The protocol to be used by this server.
सार com.google.protobuf.ByteString
getProtocolBytes ()
 The protocol to be used by this server.
सार इंट
getTaskIndex ()
 The task index of this server in its job.
अमूर्त बूलियन
हैक्लस्टर ()
 The cluster of which this server is a member.
अमूर्त बूलियन
hasClusterDeviceFilters ()
 Device filters for remote tasks in the cluster.
अमूर्त बूलियन
hasDefaultSessionConfig ()
 The default configuration for sessions that run on this server.

सार्वजनिक तरीके

सार्वजनिक सार ClusterDef getCluster ()

 The cluster of which this server is a member.
 
.tensorflow.ClusterDef cluster = 1;

सार्वजनिक सार ClusterDeviceFilters getClusterDeviceFilters ()

 Device filters for remote tasks in the cluster.
 NOTE: This is an experimental feature and only effective in TensorFlow 2.x.
 
.tensorflow.ClusterDeviceFilters cluster_device_filters = 7;

सार्वजनिक सार ClusterDeviceFiltersOrBuilder getClusterDeviceFiltersOrBuilder ()

 Device filters for remote tasks in the cluster.
 NOTE: This is an experimental feature and only effective in TensorFlow 2.x.
 
.tensorflow.ClusterDeviceFilters cluster_device_filters = 7;

सार्वजनिक सार ClusterDefOrBuilder getClusterOrBuilder ()

 The cluster of which this server is a member.
 
.tensorflow.ClusterDef cluster = 1;

सार्वजनिक सार कॉन्फ़िगप्रोटो getDefaultSessionConfig ()

 The default configuration for sessions that run on this server.
 
.tensorflow.ConfigProto default_session_config = 4;

सार्वजनिक सार कॉन्फ़िगप्रोटोऑरबिल्डर getDefaultSessionConfigOrBuilder ()

 The default configuration for sessions that run on this server.
 
.tensorflow.ConfigProto default_session_config = 4;

सार्वजनिक सार स्ट्रिंग getJobName ()

 The name of the job of which this server is a member.
 NOTE(mrry): The `cluster` field must contain a `JobDef` with a `name` field
 that matches this name.
 
string job_name = 2;

सार्वजनिक सार com.google.protobuf.ByteString getJobNameBytes ()

 The name of the job of which this server is a member.
 NOTE(mrry): The `cluster` field must contain a `JobDef` with a `name` field
 that matches this name.
 
string job_name = 2;

सार्वजनिक सार int getPort ()

 The server port. If not set, then we identify the port from the job_name.
 
int32 port = 6;

सार्वजनिक सार स्ट्रिंग getProtocol ()

 The protocol to be used by this server.
 Acceptable values include: "grpc", "grpc+verbs".
 
string protocol = 5;

सार्वजनिक सार com.google.protobuf.ByteString getProtocolBytes ()

 The protocol to be used by this server.
 Acceptable values include: "grpc", "grpc+verbs".
 
string protocol = 5;

सार्वजनिक सार int getTaskIndex ()

 The task index of this server in its job.
 NOTE: The `cluster` field must contain a `JobDef` with a matching `name`
 and a mapping in its `tasks` field for this index.
 
int32 task_index = 3;

सार्वजनिक सार बूलियन हैक्लस्टर ()

 The cluster of which this server is a member.
 
.tensorflow.ClusterDef cluster = 1;

सार्वजनिक सार बूलियन hasClusterDeviceFilters ()

 Device filters for remote tasks in the cluster.
 NOTE: This is an experimental feature and only effective in TensorFlow 2.x.
 
.tensorflow.ClusterDeviceFilters cluster_device_filters = 7;

सार्वजनिक सार बूलियन hasDefaultSessionConfig ()

 The default configuration for sessions that run on this server.
 
.tensorflow.ConfigProto default_session_config = 4;