RPCOptions.Builder

RPCOptions.Builder คลาสสุดท้ายแบบคงที่สาธารณะ

Protobuf ประเภท tensorflow.RPCOptions

วิธีการสาธารณะ

RPCOptions.ตัวสร้าง
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
RPCตัวเลือก
RPCตัวเลือก
RPCOptions.ตัวสร้าง
RPCOptions.ตัวสร้าง
clearCacheRpcResponse ()
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
RPCOptions.ตัวสร้าง
RPCOptions.ตัวสร้าง
ระดับการบีบอัดที่ชัดเจน ()
 If compression_algorithm is set, the compression level to be used.
RPCOptions.ตัวสร้าง
clearDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
RPCOptions.ตัวสร้าง
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
RPCOptions.ตัวสร้าง
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
RPCOptions.ตัวสร้าง
clearUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
RPCOptions.ตัวสร้าง
บูลีน
getCacheRpcResponse ()
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
สตริง
com.google.protobuf.ByteString
ภายใน
รับระดับการบีบอัด ()
 If compression_algorithm is set, the compression level to be used.
RPCตัวเลือก
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
บูลีน
getDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
บูลีน
getUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
บูลีนสุดท้าย
RPCOptions.ตัวสร้าง
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RPCOptions.ตัวสร้าง
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
RPCOptions.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
RPCOptions.ตัวสร้าง
setCacheRpcResponse (ค่าบูลีน)
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
RPCOptions.ตัวสร้าง
setCompressionAlgorithm (ค่าสตริง)
 The compression algorithm to be used.
RPCOptions.ตัวสร้าง
setCompressionAlgorithmBytes (ค่า com.google.protobuf.ByteString)
 The compression algorithm to be used.
RPCOptions.ตัวสร้าง
setCompressionLevel (ค่า int)
 If compression_algorithm is set, the compression level to be used.
RPCOptions.ตัวสร้าง
setDisableSessionConnectionSharing (ค่าบูลีน)
 Disables TCP connection sharing when opening a new RPC channel.
RPCOptions.ตัวสร้าง
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
RPCOptions.ตัวสร้าง
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
RPCOptions.Builder สุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
RPCOptions.ตัวสร้าง
setUseRpcForInprocessMaster (ค่าบูลีน)
 If true, always use RPC to contact the session target.

วิธีการสืบทอด

วิธีการสาธารณะ

RPCOptions.Builder addRepeatedField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

การสร้าง RPCOptions สาธารณะ ()

RPCOptions สาธารณะ buildPartial ()

RPCOptions.Builder สาธารณะ ชัดเจน ()

RPCOptions.Builder สาธารณะ clearCacheRpcResponse ()

 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests . This is only necessary when the network fabric is experiencing a
 significant error rate.  Without it we'll fail a step on an network error,
 while with it we'll be able to complete long steps (like complex
 initializations) in the face of some network errors during RecvTensor.
 
bool cache_rpc_response = 4;

RPCOptions.Builder สาธารณะ clearCompressionAlgorithm ()

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2;

RPCOptions.Builder สาธารณะ clearCompressionLevel ()

 If compression_algorithm is set, the compression level to be used.
 From 0 (no compression), up to 3.
 
int32 compression_level = 3;

RPCOptions.Builder สาธารณะ clearDisableSessionConnectionSharing ()

 Disables TCP connection sharing when opening a new RPC channel.
 
bool disable_session_connection_sharing = 5;

RPCOptions.Builder clearField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

RPCOptions.Builder สาธารณะ clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

RPCOptions.Builder สาธารณะ clearUseRpcForInprocessMaster ()

 If true, always use RPC to contact the session target.
 If false (the default option), TensorFlow may use an optimized
 transport for client-master communication that avoids the RPC
 stack. This option is primarily for used testing the RPC stack.
 
bool use_rpc_for_inprocess_master = 1;

โคลน RPCOptions.Builder สาธารณะ ()

บูลีนสาธารณะ getCacheRpcResponse ()

 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests . This is only necessary when the network fabric is experiencing a
 significant error rate.  Without it we'll fail a step on an network error,
 while with it we'll be able to complete long steps (like complex
 initializations) in the face of some network errors during RecvTensor.
 
bool cache_rpc_response = 4;

สตริงสาธารณะ getCompressionAlgorithm ()

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2;

สาธารณะ com.google.protobuf.ByteString getCompressionAlgorithmBytes ()

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2;

int สาธารณะ getCompressionLevel ()

 If compression_algorithm is set, the compression level to be used.
 From 0 (no compression), up to 3.
 
int32 compression_level = 3;

RPCOptions สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

บูลีนสาธารณะ getDisableSessionConnectionSharing ()

 Disables TCP connection sharing when opening a new RPC channel.
 
bool disable_session_connection_sharing = 5;

บูลีนสาธารณะ getUseRpcForInprocessMaster ()

 If true, always use RPC to contact the session target.
 If false (the default option), TensorFlow may use an optimized
 transport for client-master communication that avoids the RPC
 stack. This option is primarily for used testing the RPC stack.
 
bool use_rpc_for_inprocess_master = 1;

บูลีนสุดท้ายสาธารณะ isInitialized ()

RPCOptions.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

RPCOptions.Builder สาธารณะ ผสานจาก (com.google.protobuf.Message อื่น ๆ )

RPCOptions สุดท้ายสาธารณะ ตัวสร้างผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

RPCOptions.Builder สาธารณะ setCacheRpcResponse (ค่าบูลีน)

 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests . This is only necessary when the network fabric is experiencing a
 significant error rate.  Without it we'll fail a step on an network error,
 while with it we'll be able to complete long steps (like complex
 initializations) in the face of some network errors during RecvTensor.
 
bool cache_rpc_response = 4;

RPCOptions.Builder สาธารณะ setCompressionAlgorithm (ค่าสตริง)

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2;

RPCOptions.Builder สาธารณะ setCompressionAlgorithmBytes (ค่า com.google.protobuf.ByteString)

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2;

RPCOptions.Builder สาธารณะ setCompressionLevel (ค่า int)

 If compression_algorithm is set, the compression level to be used.
 From 0 (no compression), up to 3.
 
int32 compression_level = 3;

RPCOptions.Builder สาธารณะ setDisableSessionConnectionSharing (ค่าบูลีน)

 Disables TCP connection sharing when opening a new RPC channel.
 
bool disable_session_connection_sharing = 5;

RPCOptions.Builder setField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

RPCOptions.Builder สาธารณะ setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

RPCOptions.Builder สุดท้ายสาธารณะ setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

RPCOptions.Builder สาธารณะ setUseRpcForInprocessMaster (ค่าบูลีน)

 If true, always use RPC to contact the session target.
 If false (the default option), TensorFlow may use an optimized
 transport for client-master communication that avoids the RPC
 stack. This option is primarily for used testing the RPC stack.
 
bool use_rpc_for_inprocess_master = 1;