interface pública ServerDefOrBuilder 
| Subclasses indiretas conhecidas | 
Métodos Públicos
| ClusterDef abstrato |  getCluster ()  The cluster of which this server is a member. | 
| ClusterDeviceFilters abstratos |  getClusterDeviceFilters ()  Device filters for remote tasks in the cluster. | 
| ClusterDeviceFiltersOrBuilder abstrato |  getClusterDeviceFiltersOrBuilder ()  Device filters for remote tasks in the cluster. | 
| ClusterDefOrBuilder abstrato |  getClusterOrBuilder ()  The cluster of which this server is a member. | 
| ConfigProto abstrato |  getDefaultSessionConfig ()  The default configuration for sessions that run on this server. | 
| abstrato ConfigProtoOrBuilder |  getDefaultSessionConfigOrBuilder ()  The default configuration for sessions that run on this server. | 
| cadeia abstrata |  getJobName ()  The name of the job of which this server is a member. | 
| abstrato com.google.protobuf.ByteString |  getJobNameBytes ()  The name of the job of which this server is a member. | 
| abstrato int |  getPort ()  The server port. | 
| cadeia abstrata |  getProtocolo ()  The protocol to be used by this server. | 
| abstrato com.google.protobuf.ByteString |  getProtocolBytes ()  The protocol to be used by this server. | 
| abstrato int |  getTaskIndex ()  The task index of this server in its job. | 
| booleano abstrato |  hasCluster ()  The cluster of which this server is a member. | 
| booleano abstrato |  hasClusterDeviceFilters ()  Device filters for remote tasks in the cluster. | 
| booleano abstrato |  hasDefaultSessionConfig ()  The default configuration for sessions that run on this server. | 
Métodos Públicos
público abstrato ClusterDef getCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; público abstrato 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; público abstrato 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; público abstrato ClusterDefOrBuilder getClusterOrBuilder ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; público abstrato ConfigProto getDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4; público abstrato ConfigProtoOrBuilder getDefaultSessionConfigOrBuilder ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4; String abstrata pública 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; resumo público 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; resumo público int getPort ()
The server port. If not set, then we identify the port from the job_name.
int32 port = 6; String abstrata pública getProtocol ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5; resumo público com.google.protobuf.ByteString getProtocolBytes ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5; resumo público 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; público abstrato booleano hasCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; público abstrato booleano 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; público abstrato booleano hasDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;