อินเทอร์เฟซสาธารณะ ServerDefOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| บทคัดย่อ ClusterDef | รับคลัสเตอร์ () 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. |
| บทคัดย่อ | รับพอร์ต () The server port. |
| สตริงที่เป็นนามธรรม | รับโปรโตคอล () The protocol to be used by this server. |
| นามธรรม com.google.protobuf.ByteString | รับโปรโตคอลไบต์ () The protocol to be used by this server. |
| บทคัดย่อ | getTaskIndex () The task index of this server in its job. |
| บูลีนนามธรรม | มีคลัสเตอร์ () 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;