Class GoogleCloudAiplatformV1beta1ProbeHttpGetAction
HttpGetAction describes an action based on HTTP Get requests.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ProbeHttpGetAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Host
Host name to connect to, defaults to the model serving container's IP. You probably want to set "Host" in httpHeaders instead.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpHeaders
Custom headers to set in the request. HTTP allows repeated headers.
Declaration
[JsonProperty("httpHeaders")]
public virtual IList<GoogleCloudAiplatformV1beta1ProbeHttpHeader> HttpHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1ProbeHttpHeader> |
Path
Path to access on the HTTP server.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
Number of the port to access on the container. Number must be in the range 1 to 65535.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? |
Scheme
Scheme to use for connecting to the host. Defaults to HTTP. Acceptable values are "HTTP" or "HTTPS".
Declaration
[JsonProperty("scheme")]
public virtual string Scheme { get; set; }
Property Value
Type | Description |
---|---|
string |