Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudAiplatformV1KeepAliveProbe
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX