Struct google_prediction1d6::OutputOutputMulti [] [src]

pub struct OutputOutputMulti {
    pub score: Option<String>,
    pub label: Option<String>,
}

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

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

Fields

The probability of the class label.

The class label.

Trait Implementations

impl Debug for OutputOutputMulti
[src]

Formats the value using the given formatter.

impl Clone for OutputOutputMulti
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OutputOutputMulti
[src]

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

impl NestedType for OutputOutputMulti
[src]

impl Part for OutputOutputMulti
[src]