Struct google_prediction1d6::Insert2 [] [src]

pub struct Insert2 {
    pub kind: Option<String>,
    pub created: Option<String>,
    pub storage_pmml_location: Option<String>,
    pub storage_pmml_model_location: Option<String>,
    pub model_type: Option<String>,
    pub storage_data_location: Option<String>,
    pub self_link: Option<String>,
    pub model_info: Option<Insert2ModelInfo>,
    pub training_complete: Option<String>,
    pub id: Option<String>,
    pub training_status: Option<String>,
}

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

What kind of resource this is.

Insert time of the model (as a RFC 3339 timestamp).

Google storage location of the preprocessing pmml file.

Google storage location of the pmml model file.

Type of predictive model (CLASSIFICATION or REGRESSION).

Google storage location of the training data file.

A URL to re-request this resource.

Model metadata.

Training completion time (as a RFC 3339 timestamp).

The unique name for the predictive model.

The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND

Trait Implementations

impl Debug for Insert2
[src]

Formats the value using the given formatter.

impl Clone for Insert2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Insert2
[src]

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

impl ResponseResult for Insert2
[src]