Struct google_prediction1d6::Insert [] [src]

pub struct Insert {
    pub storage_data_location: Option<String>,
    pub model_type: Option<String>,
    pub storage_pmml_model_location: Option<String>,
    pub source_model: Option<String>,
    pub storage_pmml_location: Option<String>,
    pub training_instances: Option<Vec<InsertTrainingInstances>>,
    pub id: Option<String>,
    pub utility: Option<Vec<HashMap<String, f64>>>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Google storage location of the training data file.

Type of predictive model (classification or regression).

Google storage location of the pmml model file.

The Id of the model to be copied over.

Google storage location of the preprocessing pmml file.

Instances to train model on.

The unique name for the predictive model.

A class weighting function, which allows the importance weights for class labels to be specified (Categorical models only).

Trait Implementations

impl Debug for Insert
[src]

Formats the value using the given formatter.

impl Clone for Insert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Insert
[src]

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

impl RequestValue for Insert
[src]