LifecyclePolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
LifecyclePolicy describes how to deal with task failures based on different conditions.
Attributes
Name | Description |
action |
google.cloud.batch_v1.types.LifecyclePolicy.Action
Action to execute when ActionCondition is true. |
action_condition |
google.cloud.batch_v1.types.LifecyclePolicy.ActionCondition
Conditions that decide why a task failure is dealt with a specific action. |
Classes
Action
Action(value)
Action on task failures based on different conditions.
ActionCondition
ActionCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Conditions for actions to deal with task failures.