GoogleCloudAiplatformV1ProbeHttpGetAction
import type { GoogleCloudAiplatformV1ProbeHttpGetAction } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
HttpGetAction describes an action based on HTTP Get requests.
interface GoogleCloudAiplatformV1ProbeHttpGetAction {
host?: string;
httpHeaders?: GoogleCloudAiplatformV1ProbeHttpHeader[];
path?: string;
port?: number;
scheme?: string;
}§Properties
§
host?: string
[src]Host name to connect to, defaults to the model serving container's IP. You probably want to set "Host" in httpHeaders instead.
§
httpHeaders?: GoogleCloudAiplatformV1ProbeHttpHeader[]
[src]Custom headers to set in the request. HTTP allows repeated headers.