genel son sınıf ServerDef
Defines the configuration of a single TensorFlow server.
tensorflow.ServerDef İç İçe Sınıflar
| sınıf | ServerDef.Builder | Defines the configuration of a single TensorFlow server. | |
Sabitler
Genel Yöntemler
| boolean |  eşittir (Nesne nesnesi) | 
| KümeDef |  getCluster ()  The cluster of which this server is a member. | 
| KümeCihaz Filtreleri |  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. | 
| statik SunucuDef | |
| SunucuDef | |
| YapılandırmaProto |  getDefaultSessionConfig ()  The default configuration for sessions that run on this server. | 
| ConfigProtoOrBuilder |  getDefaultSessionConfigOrBuilder ()  The default configuration for sessions that run on this server. | 
| final statik com.google.protobuf.Descriptors.Descriptor | |
| Sicim |  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. | 
| Sicim |  getProtocol ()  The protocol to be used by this server. | 
| com.google.protobuf.ByteString |  getProtocolBytes ()  The protocol to be used by this server. | 
| int | |
| int |  getTaskIndex ()  The task index of this server in its job. | 
| final com.google.protobuf.UnknownFieldSet | |
| boolean |  hasCluster ()  The cluster of which this server is a member. | 
| boolean |  hasClusterDeviceFilters ()  Device filters for remote tasks in the cluster. | 
| boolean |  hasDefaultSessionConfig ()  The default configuration for sessions that run on this server. | 
| int |  hashKodu () | 
| son boole değeri |  Başlatıldı () | 
| statik ServerDef.Builder |  newBuilder ( ServerDef prototipi) | 
| statik ServerDef.Builder |  yeniİnşaatçı () | 
| ServerDef.Builder | |
| statik SunucuDef |  parseDelimitedFrom (InputStream girişi) | 
| statik SunucuDef |  parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| statik SunucuDef |  parseFrom (ByteBuffer verileri) | 
| statik SunucuDef |  parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| statik SunucuDef |  parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| statik SunucuDef |  ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) | 
| statik SunucuDef |  parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| statik SunucuDef |  ayrıştırmaFrom (com.google.protobuf.ByteString verileri) | 
| statik SunucuDef |  parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| statik SunucuDef |  parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| statik |  ayrıştırıcı () | 
| ServerDef.Builder |  inşaatçıya () | 
| geçersiz |  writeTo (com.google.protobuf.CodedOutputStream çıkışı)  | 
Kalıtsal Yöntemler
Sabitler
genel statik final int CLUSTER_DEVICE_FILTERS_FIELD_NUMBER
 Sabit Değer: 7 
genel statik final int CLUSTER_FIELD_NUMBER
 Sabit Değer: 1 
genel statik final int DEFAULT_SESSION_CONFIG_FIELD_NUMBER
 Sabit Değer: 4 
genel statik final int JOB_NAME_FIELD_NUMBER
 Sabit Değer: 2 
genel statik final int PORT_FIELD_NUMBER
 Sabit Değer: 6 
genel statik final int PROTOCOL_FIELD_NUMBER
 Sabit Değer: 5 
genel statik final int TASK_INDEX_FIELD_NUMBER
 Sabit Değer: 3 
Genel Yöntemler
genel boole eşittir (Object obj)
genel ClusterDef getCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; genel 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; public 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; herkese açık ClusterDefOrBuilder getClusterOrBuilder ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; public ConfigProto getDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4; public ConfigProtoOrBuilder getDefaultSessionConfigOrBuilder ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
genel Dize 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; public 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;  halk
genel int getPort ()
The server port. If not set, then we identify the port from the job_name.
int32 port = 6; genel Dize getProtocol ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5; public com.google.protobuf.ByteString getProtocolBytes ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5; public int getSerializedSize ()
public 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; genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel boolean hasCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1; genel boolean 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; genel boolean hasDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4; genel int hashCode ()
genel final boolean isInitialized ()
public static ServerDef parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası | 
|---|
genel statik ServerDef ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası | 
|---|
genel statik ServerDef ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException | 
|---|
genel statik ServerDef ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
| IOİstisnası | 
|---|
genel statik ServerDef ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException | 
|---|
genel statik ServerDef ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
| Geçersiz ProtokolBufferException | 
|---|
genel statik ServerDef ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası | 
|---|
genel statik ServerDef ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException | 
|---|
 genel statik
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
| IOİstisnası | 
|---|