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.
抽象文字列
getジョブ名()
 The name of the job of which this server is a member.
抽象的な com.google.protobuf.ByteString
getジョブ名バイト()
 The name of the job of which this server is a member.
抽象整数
getポート()
 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.
抽象ブール値
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;

public abstract 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;

public abstract String 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;

public abstract 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;

public abstract String 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;

public abstract 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;

public abstract boolean hasCluster ()

 The cluster of which this server is a member.
 
.tensorflow.ClusterDef cluster = 1;

public abstract 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;

public abstract boolean hasDefaultSessionConfig ()

 The default configuration for sessions that run on this server.
 
.tensorflow.ConfigProto default_session_config = 4;