Skip to content

Commit 166dbe2

Browse files
swachhandltensorflow-copybara
authored andcommitted
Add a new field in PredictRequest.
PiperOrigin-RevId: 691627574
1 parent 8bb2af5 commit 166dbe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorflow_serving/apis/predict.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ message PredictRequest {
6262
}
6363

6464
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;
6569
}
6670

6771
optional RequestOptions request_options = 7;

0 commit comments

Comments
 (0)