ServerDefOrBuilder

공용 인터페이스 ServerDefOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 ClusterDef
getCluster ()
 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.
추상 문자열
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.
추상 정수
getPort ()
 The server port.
추상 문자열
get프로토콜 ()
 The protocol to be used by this server.
추상 com.google.protobuf.ByteString
getProtocolBytes ()
 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;