antarmuka publik ServerDefOrBuilder
Subkelas Tidak Langsung yang Diketahui |
Metode Publik
abstrak ClusterDef | dapatkanCluster () The cluster of which this server is a member. |
ClusterDeviceFilters abstrak | dapatkanClusterDeviceFilters () Device filters for remote tasks in the cluster. |
abstrak ClusterDeviceFiltersOrBuilder | dapatkanClusterDeviceFiltersOrBuilder () Device filters for remote tasks in the cluster. |
abstrak ClusterDefOrBuilder | dapatkanClusterOrBuilder () The cluster of which this server is a member. |
ConfigProto abstrak | dapatkanDefaultSessionConfig () The default configuration for sessions that run on this server. |
abstrak ConfigProtoOrBuilder | getDefaultSessionConfigOrBuilder () The default configuration for sessions that run on this server. |
Tali abstrak | dapatkan Nama Pekerjaan () The name of the job of which this server is a member. |
abstrak com.google.protobuf.ByteString | dapatkanJobNameBytes () The name of the job of which this server is a member. |
abstrak ke dalam | dapatkanPort () The server port. |
Tali abstrak | dapatkanProtokol () The protocol to be used by this server. |
abstrak com.google.protobuf.ByteString | dapatkanProtocolBytes () The protocol to be used by this server. |
abstrak ke dalam | dapatkan Indeks Tugas () The task index of this server in its job. |
boolean abstrak | memilikiCluster () The cluster of which this server is a member. |
boolean abstrak | hasClusterDeviceFilters () Device filters for remote tasks in the cluster. |
boolean abstrak | hasDefaultSessionConfig () The default configuration for sessions that run on this server. |
Metode Publik
abstrak publik ClusterDef getCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1;
ClusterDeviceFilters abstrak publik 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;
abstrak publik 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;
abstrak publik ClusterDefOrBuilder getClusterOrBuilder ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1;
abstrak publik ConfigProto getDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;
abstrak publik ConfigProtoOrBuilder getDefaultSessionConfigOrBuilder ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;
String abstrak publik 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;
abstrak publik 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;
abstrak publik int getPort ()
The server port. If not set, then we identify the port from the job_name.
int32 port = 6;
String abstrak publik getProtocol ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5;
abstrak publik com.google.protobuf.ByteString getProtocolBytes ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5;
abstrak publik 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;
boolean abstrak publik hasCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1;
boolean abstrak publik 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;
boolean abstrak publik hasDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;