Struct google_dataproc1::JobScheduling [] [src]

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

Job scheduling options.Beta Feature: These options are available for testing purposes only. They may be changed before final release.

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]

[src]

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

impl Clone for JobScheduling
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for JobScheduling
[src]

[src]

Formats the value using the given formatter.

impl Part for JobScheduling
[src]