Class GoogleCloudAiplatformV1KeepAliveProbe
Represents the configuration for keep-alive probe. Contains configuration on a specified endpoint that a deployment host should use to keep the container alive based on the probe settings.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1KeepAliveProbe : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpGet
Optional. Specifies the HTTP GET configuration for the probe.
Declaration
[JsonProperty("httpGet")]
public virtual GoogleCloudAiplatformV1KeepAliveProbeHttpGet HttpGet { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1KeepAliveProbeHttpGet |
MaxSeconds
Optional. Specifies the maximum duration (in seconds) to keep the instance alive via this probe. Can be a maximum of 3600 seconds (1 hour).
Declaration
[JsonProperty("maxSeconds")]
public virtual int? MaxSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |