GoogleCloudAiplatformV1Probe class

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

Properties

exec GoogleCloudAiplatformV1ProbeExecAction?
Exec specifies the action to take.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
periodSeconds int?
How often (in seconds) to perform the probe.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutSeconds int?
Number of seconds after which the probe times out.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited