File tree Expand file tree Collapse file tree
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -748,6 +748,16 @@ message ModelContainerSpec {
748748 // variable](https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#aip-variables).)
749749 string health_route = 7 [(google.api.field_behavior ) = IMMUTABLE ];
750750
751+ // Immutable. Invoke route prefix for the custom container. "/*" is the only
752+ // supported value right now. By setting this field, any non-root route on
753+ // this model will be accessible with [PredictionService.Invoke] eg:
754+ // "/invoke/foo/bar".
755+ //
756+ // Only one of `predict_route` or `invoke_route_prefix` can be set, and we
757+ // default to using `predict_route` if this field is not set. If this field
758+ // is set, the Model can only be deployed to dedicated endpoint.
759+ string invoke_route_prefix = 15 [(google.api.field_behavior ) = IMMUTABLE ];
760+
751761 // Immutable. List of ports to expose from the container. Vertex AI sends gRPC
752762 // prediction requests that it receives to the first port on this list. Vertex
753763 // AI also sends liveness and health checks to this port.
You can’t perform that action at this time.
0 commit comments