Struct google_bigquery2::ModelDefinition[][src]

pub struct ModelDefinition {
    pub training_runs: Option<Vec<TrainingRun>>,
    pub model_options: Option<ModelDefinitionModelOptions>,
}

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] Information about ml training runs, each training run comprises of multiple iterations and there may be multiple training runs for the model if warm start is used or if a user decides to continue a previously cancelled query.

[Output-only, Beta] Model options used for the first training run. These options are immutable for subsequent training runs. Default values are used for any options not specified in the input query.

Trait Implementations

impl Default for ModelDefinition
[src]

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

impl Clone for ModelDefinition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModelDefinition
[src]

Formats the value using the given formatter. Read more

impl Part for ModelDefinition
[src]

Auto Trait Implementations