Interface protos.google.cloud.aiplatform.v1.IProbe (6.1.0)

Properties of a Probe.

Package

@google-cloud/aiplatform

Properties

exec

exec?: (google.cloud.aiplatform.v1.Probe.IExecAction|null);

Probe exec

failureThreshold

failureThreshold?: (number|null);

Probe failureThreshold

grpc

grpc?: (google.cloud.aiplatform.v1.Probe.IGrpcAction|null);

Probe grpc

httpGet

httpGet?: (google.cloud.aiplatform.v1.Probe.IHttpGetAction|null);

Probe httpGet

initialDelaySeconds

initialDelaySeconds?: (number|null);

Probe initialDelaySeconds

periodSeconds

periodSeconds?: (number|null);

Probe periodSeconds

successThreshold

successThreshold?: (number|null);

Probe successThreshold

tcpSocket

tcpSocket?: (google.cloud.aiplatform.v1.Probe.ITcpSocketAction|null);

Probe tcpSocket

timeoutSeconds

timeoutSeconds?: (number|null);

Probe timeoutSeconds