Struct google_bigquery2::ModelDefinitionModelOptions[][src]

pub struct ModelDefinitionModelOptions {
    pub labels: Option<Vec<String>>,
    pub loss_type: Option<String>,
    pub model_type: Option<String>,
}

[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.

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

Fields

no description provided

no description provided

no description provided

Trait Implementations

impl Default for ModelDefinitionModelOptions
[src]

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

impl Clone for ModelDefinitionModelOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModelDefinitionModelOptions
[src]

Formats the value using the given formatter. Read more

impl NestedType for ModelDefinitionModelOptions
[src]

impl Part for ModelDefinitionModelOptions
[src]

Auto Trait Implementations