[][src]Struct google_bigquery2::BigQueryModelTraining

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

current_iteration: Option<i32>

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

expected_total_iterations: Option<String>

[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 Part for BigQueryModelTraining[src]

impl Clone for BigQueryModelTraining[src]

impl Default for BigQueryModelTraining[src]

impl Debug for BigQueryModelTraining[src]

impl Serialize for BigQueryModelTraining[src]

impl<'de> Deserialize<'de> for BigQueryModelTraining[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]