Struct google_prediction1d6::InsertTrainingInstances [] [src]

pub struct InsertTrainingInstances {
    pub output: Option<String>,
    pub csv_instance: Option<Vec<String>>,
}

Instances to train model on.

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

Fields

The generic output value - could be regression or class label.

The input features for this instance.

Trait Implementations

impl Debug for InsertTrainingInstances
[src]

Formats the value using the given formatter.

impl Clone for InsertTrainingInstances
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InsertTrainingInstances
[src]

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

impl NestedType for InsertTrainingInstances
[src]

impl Part for InsertTrainingInstances
[src]