genel arayüz ServerDefOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
özet ClusterDef | getCluster () The cluster of which this server is a member. |
özet KümeAygıtFiltreleri | getClusterDeviceFilters () Device filters for remote tasks in the cluster. |
abstract ClusterDeviceFiltersOrBuilder | getClusterDeviceFiltersOrBuilder () Device filters for remote tasks in the cluster. |
özet ClusterDefOrBuilder | getClusterOrBuilder () The cluster of which this server is a member. |
özet YapılandırmaProtosu | getDefaultSessionConfig () The default configuration for sessions that run on this server. |
özet ConfigProtoOrBuilder | getDefaultSessionConfigOrBuilder () The default configuration for sessions that run on this server. |
soyut Dize | getJobName () The name of the job of which this server is a member. |
abstract com.google.protobuf.ByteString | getJobNameBytes () The name of the job of which this server is a member. |
soyut int | getPort () The server port. |
soyut Dize | getProtocol () The protocol to be used by this server. |
abstract com.google.protobuf.ByteString | getProtocolBytes () The protocol to be used by this server. |
soyut int | getTaskIndex () The task index of this server in its job. |
soyut boole | hasCluster () The cluster of which this server is a member. |
soyut boole | hasClusterDeviceFilters () Device filters for remote tasks in the cluster. |
soyut boole | hasDefaultSessionConfig () The default configuration for sessions that run on this server. |
Genel Yöntemler
genel özet ClusterDef getCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1;
genel özet 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;
genel özet 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;
genel özet ClusterDefOrBuilder getClusterOrBuilder ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1;
genel özet ConfigProto getDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;
genel özet ConfigProtoOrBuilder getDefaultSessionConfigOrBuilder ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;
genel özet 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;
genel özet 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;
genel soyut int getPort ()
The server port. If not set, then we identify the port from the job_name.
int32 port = 6;
genel özet Dize getProtocol ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5;
genel özet com.google.protobuf.ByteString getProtocolBytes ()
The protocol to be used by this server. Acceptable values include: "grpc", "grpc+verbs".
string protocol = 5;
genel özet 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 soyut boolean hasCluster ()
The cluster of which this server is a member.
.tensorflow.ClusterDef cluster = 1;
genel soyut 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 soyut boolean hasDefaultSessionConfig ()
The default configuration for sessions that run on this server.
.tensorflow.ConfigProto default_session_config = 4;