Struct google_prediction1d6::Output [] [src]

pub struct Output {
    pub kind: Option<String>,
    pub output_multi: Option<Vec<OutputOutputMulti>>,
    pub output_label: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub output_value: 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.

A list of class labels with their estimated probabilities (Categorical models only).

The most likely class label (Categorical models only).

The unique name for the predictive model.

A URL to re-request this resource.

The estimated regression value (Regression models only).

Trait Implementations

impl Debug for Output
[src]

Formats the value using the given formatter.

impl Clone for Output
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Output
[src]

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

impl ResponseResult for Output
[src]