Struct google_prediction1d6::AnalyzeDataDescriptionOutputFeatureNumeric [] [src]

pub struct AnalyzeDataDescriptionOutputFeatureNumeric {
    pub count: Option<String>,
    pub variance: Option<String>,
    pub mean: Option<String>,
}

Description of the output values in the data set.

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

Fields

Number of numeric output values in the data set.

Variance of the output values in the data set.

Mean of the output values in the data set.

Trait Implementations

impl Debug for AnalyzeDataDescriptionOutputFeatureNumeric
[src]

Formats the value using the given formatter.

impl Clone for AnalyzeDataDescriptionOutputFeatureNumeric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyzeDataDescriptionOutputFeatureNumeric
[src]

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

impl NestedType for AnalyzeDataDescriptionOutputFeatureNumeric
[src]

impl Part for AnalyzeDataDescriptionOutputFeatureNumeric
[src]