public enum HttpElementLocationReference documentation and code samples for the Vertex AI v1beta1 API enum HttpElementLocation.
Enum of location an HTTP element can be.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
HttpInBody |
Element is in the HTTP request body. |
HttpInCookie |
Element is in the HTTP request cookie. |
HttpInHeader |
Element is in the HTTP request header. |
HttpInPath |
Element is in the HTTP request path. |
HttpInQuery |
Element is in the HTTP request query. |
HttpInUnspecified |
|