Package inference
Interface ModelConfigOuterClass.ModelTransactionPolicyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelConfigOuterClass.ModelTransactionPolicy,ModelConfigOuterClass.ModelTransactionPolicy.Builder
- Enclosing class:
ModelConfigOuterClass
public static interface ModelConfigOuterClass.ModelTransactionPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDecoupled
boolean getDecoupled()@@ .. cpp:var:: bool decoupled @@ @@ Indicates whether responses generated by the model are decoupled with @@ the requests issued to it, which means the number of responses @@ generated by model may differ from number of requests issued, and @@ that the responses may be out of order relative to the order of @@ requests. The default is false, which means the model will generate @@ exactly one response for each request. @@
bool decoupled = 1;- Returns:
- The decoupled.
-