interfaz pública ServerDefOrBuilder 
| Subclases indirectas conocidas | 
Métodos públicos
| Resumen ClusterDef |  obtenerClúster ()  The cluster of which this server is a member.  | 
| filtros de dispositivos de clúster abstractos |  getClusterDeviceFilters ()  Device filters for remote tasks in the cluster.  | 
| abstracto ClusterDeviceFiltersOrBuilder |  getClusterDeviceFiltersOrBuilder ()  Device filters for remote tasks in the cluster.  | 
| abstracto ClusterDefOrBuilder |  getClusterOrBuilder ()  The cluster of which this server is a member.  | 
| Resumen ConfigProto |  getDefaultSessionConfig ()  The default configuration for sessions that run on this server.  | 
| abstracto ConfigProtoOrBuilder |  getDefaultSessionConfigOrBuilder ()  The default configuration for sessions that run on this server.  | 
| cadena abstracta |  obtenerNombreTrabajo ()  The name of the job of which this server is a member.  | 
| resumen com.google.protobuf.ByteString |  getNombreTrabajoBytes ()  The name of the job of which this server is a member.  | 
| resumen entero |  obtener puerto ()  The server port.  | 
| cadena abstracta |  obtener protocolo ()  The protocol to be used by this server.  | 
| resumen com.google.protobuf.ByteString |  obtenerProtocolBytes ()  The protocol to be used by this server.  | 
| resumen entero |  getTaskIndex ()  The task index of this server in its job.  | 
| booleano abstracto |  tieneClúster ()  The cluster of which this server is a member.  | 
| booleano abstracto |  tieneClusterDeviceFilters ()  Device filters for remote tasks in the cluster.  | 
| booleano abstracto |  hasDefaultSessionConfig ()  The default configuration for sessions that run on this server.  | 
Métodos públicos
resumen público ClusterDef getCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; resumen público 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; resumen público 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; resumen público ClusterDefOrBuilder getClusterOrBuilder ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; ConfigProto abstracto público getDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4; resumen público ConfigProtoOrBuilder getDefaultSessionConfigOrBuilder ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4; Cadena abstracta 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; resumen 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; resumen público int getPort ()
The server port. If not set, then we identify the port from the job_name.
int32 port = 6; Cadena abstracta pública getProtocol ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5; resumen público com.google.protobuf.ByteString getProtocolBytes ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5; resumen 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; hasCluster booleano abstracto público ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; hasClusterDeviceFilters booleano abstracto público ()
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 booleano abstracto público ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;