ServerDefOrBuilder

общедоступный интерфейс ServerDefOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный кластердеф
получитьКластер ()
 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.
абстрактная строка
получитьимя_задания ()
 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
получитьПорт ()
 The server port.
абстрактная строка
получить протокол ()
 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.
абстрактное логическое значение
имеетКластер ()
 The cluster of which this server is a member.
абстрактное логическое значение
имеетКластерДевицеФильтерс ()
 Device filters for remote tasks in the cluster.
абстрактное логическое значение
имеетDefaultSessionConfig ()
 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;

общедоступное абстрактное логическое значение 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;