ServerDefOrBuilder

ממשק ציבורי ServerDefOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט ClusterDef
getCluster ()
 The cluster of which this server is a member.
מופשט ClusterDeviceFilters
getClusterDeviceFilters ()
 Device filters for remote tasks in the cluster.
תקציר ClusterDeviceFiltersOrBuilder
getClusterDeviceFiltersOrBuilder ()
 Device filters for remote tasks in the cluster.
תקציר ClusterDefOrBuilder
getClusterOrBuilder ()
 The cluster of which this server is a member.
מופשט ConfigProto
getDefaultSessionConfig ()
 The default configuration for sessions that run on this server.
תקציר ConfigProtoOrBuilder
getDefaultSessionConfigOrBuilder ()
 The default configuration for sessions that run on this server.
מחרוזת מופשטת
getJobName ()
 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.
מופשט int
getPort ()
 The server port.
מחרוזת מופשטת
getProtocol ()
 The protocol to be used by this server.
תקציר com.google.protobuf.ByteString
getProtocolBytes ()
 The protocol to be used by this server.
מופשט int
getTaskIndex ()
 The task index of this server in its job.
בוליאני מופשט
hasCluster ()
 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;

תקציר ציבורי ConfigProto getDefaultSessionConfig ()

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

תקציר ציבורי ConfigProtoOrBuilder 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;

תקציר ציבורי בוליאני hasCluster ()

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

תקציר בוליאני ציבורי ישClusterDeviceFilters ()

 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;