Struct google_prediction1d6::AnalyzeDataDescriptionFeaturesCategoricalValues [] [src]

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

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

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

Fields

Number of times this feature had this value.

The category name.

Trait Implementations

impl Default for AnalyzeDataDescriptionFeaturesCategoricalValues
[src]

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

impl Clone for AnalyzeDataDescriptionFeaturesCategoricalValues
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnalyzeDataDescriptionFeaturesCategoricalValues
[src]

Formats the value using the given formatter.

impl NestedType for AnalyzeDataDescriptionFeaturesCategoricalValues
[src]

impl Part for AnalyzeDataDescriptionFeaturesCategoricalValues
[src]