Struct google_bigquery2::BigQueryModelTraining[][src]

pub struct BigQueryModelTraining {
    pub current_iteration: Option<i32>,
    pub expected_total_iterations: Option<String>,
}

There is no detailed description.

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

Fields

[Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress.

[Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop.

Trait Implementations

impl Default for BigQueryModelTraining
[src]

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

impl Clone for BigQueryModelTraining
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BigQueryModelTraining
[src]

Formats the value using the given formatter. Read more

impl Part for BigQueryModelTraining
[src]

Auto Trait Implementations