Class Probe (1.48.0)

Probe(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
exec_ google.cloud.aiplatform_v1.types.Probe.ExecAction
Exec specifies the action to take. This field is a member of oneof_ probe_type.
period_seconds int
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
timeout_seconds int
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.

Classes

ExecAction

ExecAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ExecAction specifies a command to execute.

Methods

Probe

Probe(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields