Struct google_prediction1d6::AnalyzeDataDescriptionOutputFeature [] [src]

pub struct AnalyzeDataDescriptionOutputFeature {
    pub text: Option<Vec<AnalyzeDataDescriptionOutputFeatureText>>,
    pub numeric: Option<AnalyzeDataDescriptionOutputFeatureNumeric>,
}

Description of the output value or label.

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

Fields

Description of the output labels in the data set.

Description of the output values in the data set.

Trait Implementations

impl Debug for AnalyzeDataDescriptionOutputFeature
[src]

Formats the value using the given formatter.

impl Clone for AnalyzeDataDescriptionOutputFeature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyzeDataDescriptionOutputFeature
[src]

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

impl NestedType for AnalyzeDataDescriptionOutputFeature
[src]

impl Part for AnalyzeDataDescriptionOutputFeature
[src]