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 39b5d8f commit eb57852Copy full SHA for eb57852
tensorflow_serving/apis/predict.proto
@@ -36,6 +36,11 @@ message PredictRequest {
36
// Options for streaming requests to control how multiple requests/responses
37
// are handled within a single stream.
38
PredictStreamedOptions predict_streamed_options = 5;
39
+
40
+ // Client identifier to group requests belonging to a specific entity.
41
+ // Example entities can be product ids, service names, user ids etc.
42
+ // Servers can use this to optimize placement, caching and colocation.
43
+ optional bytes client_id = 6;
44
}
45
46
// Options only used for streaming requests that control how inputs/ouputs are
0 commit comments