JobScheduling class
Job scheduling options.
Constructors
- JobScheduling({int? maxFailuresPerHour, int? maxFailuresTotal})
- JobScheduling.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxFailuresPerHour ↔ int?
-
Maximum number of times per hour a driver can be restarted as a result of
driver exiting with non-zero code before job is reported failed.A job
might be reported as thrashing if the driver exits with a non-zero code
four times within a 10-minute window.Maximum value is 10.Note: This
restartable job option is not supported in Dataproc workflow templates
(https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template).
getter/setter pair
- maxFailuresTotal ↔ int?
-
Maximum total number of times a driver can be restarted as a result of the
driver exiting with a non-zero code.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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