Class HttpGetAction (1.83.0)

HttpGetAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

HttpGetAction describes an action based on HTTP Get requests.

Attributes

Name Description
path str
Path to access on the HTTP server.
port int
Number of the port to access on the container. Number must be in the range 1 to 65535.
host str
Host name to connect to, defaults to the model serving container's IP. You probably want to set "Host" in httpHeaders instead.
scheme str
Scheme to use for connecting to the host. Defaults to HTTP. Acceptable values are "HTTP" or "HTTPS".
http_headers MutableSequence[google.cloud.aiplatform_v1beta1.types.Probe.HttpHeader]
Custom headers to set in the request. HTTP allows repeated headers.

Methods

HttpGetAction

HttpGetAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

HttpGetAction describes an action based on HTTP Get requests.