Struct google_prediction1d6::AnalyzeDataDescriptionOutputFeatureText [] [src]

pub struct AnalyzeDataDescriptionOutputFeatureText {
    pub count: Option<String>,
    pub value: Option<String>,
}

Description of the output labels in the data set.

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

Fields

Number of times the output label occurred in the data set.

The output label.

Trait Implementations

impl Debug for AnalyzeDataDescriptionOutputFeatureText
[src]

Formats the value using the given formatter.

impl Clone for AnalyzeDataDescriptionOutputFeatureText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyzeDataDescriptionOutputFeatureText
[src]

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

impl NestedType for AnalyzeDataDescriptionOutputFeatureText
[src]

impl Part for AnalyzeDataDescriptionOutputFeatureText
[src]