الواجهة العامة ServerDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة ClusterDef | الحصول على الكتلة () The cluster of which this server is a member. |
مجردة ClusterDeviceFilters | مرشحات getClusterDevice () Device filters for remote tasks in the cluster. |
مجردة ClusterDeviceFiltersOrBuilder | getClusterDeviceFiltersOrBuilder () Device filters for remote tasks in the cluster. |
مجردة ClusterDefOrBuilder | الحصول على ClusterOrBuilder () 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 | الحصول علىJobNameBytes () The name of the job of which this server is a member. |
كثافة العمليات مجردة | الحصول على المنفذ () The server port. |
سلسلة مجردة | بروتوكول الحصول على () The protocol to be used by this server. |
مجردة com.google.protobuf.ByteString | الحصول على بروتوكول بايت () The protocol to be used by this server. |
كثافة العمليات مجردة | الحصول على مؤشر المهام () The task index of this server in its job. |
منطقية مجردة | hasCluster () The cluster of which this server is a member. |
منطقية مجردة | hasClusterDeviceFilters () Device filters for remote tasks in the cluster. |
منطقية مجردة | hasDefaultSessionConfig () 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;