ServerDefOrBuilder

সর্বজনীন ইন্টারফেস ServerDefOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত ClusterDef
getCluster ()
 The cluster of which this server is a member.
বিমূর্ত ক্লাস্টারডিভাইস ফিল্টার
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.
বিমূর্ত int
getPort ()
 The server port.
বিমূর্ত স্ট্রিং
getProtocol ()
 The protocol to be used by this server.
বিমূর্ত com.google.protobuf.ByteString
getProtocolBytes ()
 The protocol to be used by this server.
বিমূর্ত int
getTaskIndex ()
 The task index of this server in its job.
বিমূর্ত বুলিয়ান
hasCluster ()
 The cluster of which this server is a member.
বিমূর্ত বুলিয়ান
আছেClusterDeviceFilters ()
 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;

পাবলিক বিমূর্ত বুলিয়ান আছেক্লাস্টারডিভাইস ফিল্টার ()

 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;