We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb2af5 commit 166dbe2Copy full SHA for 166dbe2
tensorflow_serving/apis/predict.proto
@@ -62,6 +62,10 @@ message PredictRequest {
62
}
63
64
optional DeterministicMode deterministic_mode = 2;
65
+
66
+ // Only supported in disaggregated serving. When set, additional arrays from
67
+ // prefill will be returned if available.
68
+ optional bool return_additional_arrays_from_prefill = 3;
69
70
71
optional RequestOptions request_options = 7;
0 commit comments