Struct google_prediction1d6::InputInput [] [src]

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

Input to the model for a prediction.

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

Fields

A list of input features, these can be strings or doubles.

Trait Implementations

impl Debug for InputInput
[src]

Formats the value using the given formatter.

impl Clone for InputInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InputInput
[src]

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

impl NestedType for InputInput
[src]

impl Part for InputInput
[src]