GoogleCloudAiplatformV1Probe class
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Constructors
- GoogleCloudAiplatformV1Probe({GoogleCloudAiplatformV1ProbeExecAction? exec, int? periodSeconds, int? timeoutSeconds})
- GoogleCloudAiplatformV1Probe.fromJson(Map json_)
Properties
- exec ↔ GoogleCloudAiplatformV1ProbeExecAction?
-
ExecAction probes the health of a container by executing a command.
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