Struct google_dataproc1::JobScheduling[][src]

pub struct JobScheduling {
    pub max_failures_per_hour: Option<i32>,
}

Job scheduling options.

This type is not used in any activity, and only used as part of another schema.

Fields

Optional. Maximum number of times per hour a driver may be restarted as a result of driver terminating with non-zero code before job is reported failed.A job may be reported as thrashing if driver exits with non-zero code 4 times within 10 minute window.Maximum value is 10.

Trait Implementations

impl Default for JobScheduling
[src]

Returns the "default value" for a type. Read more

impl Clone for JobScheduling
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JobScheduling
[src]

Formats the value using the given formatter. Read more

impl Part for JobScheduling
[src]

Auto Trait Implementations