Struct google_prediction1d6::AnalyzeDataDescriptionFeaturesCategorical [] [src]

pub struct AnalyzeDataDescriptionFeaturesCategorical {
    pub count: Option<String>,
    pub values: Option<Vec<AnalyzeDataDescriptionFeaturesCategoricalValues>>,
}

Description of the categorical values of this feature.

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

Fields

Number of categorical values for this feature in the data.

List of all the categories for this feature in the data set.

Trait Implementations

impl Debug for AnalyzeDataDescriptionFeaturesCategorical
[src]

Formats the value using the given formatter.

impl Clone for AnalyzeDataDescriptionFeaturesCategorical
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyzeDataDescriptionFeaturesCategorical
[src]

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

impl NestedType for AnalyzeDataDescriptionFeaturesCategorical
[src]

impl Part for AnalyzeDataDescriptionFeaturesCategorical
[src]