public interface RPCOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompressionAlgorithm()
The compression algorithm to be used.
|
com.google.protobuf.ByteString |
getCompressionAlgorithmBytes()
The compression algorithm to be used.
|
int |
getCompressionLevel()
If compression_algorithm is set, the compression level to be used.
|
boolean |
getUseRpcForInprocessMaster()
If true, always use RPC to contact the session target.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;java.lang.String 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;