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.
انتزاعی
getPort ()
 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;

چکیده عمومی 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;

عمومی abstract 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;