Struct google_prediction1d6::AnalyzeDataDescriptionFeatures [] [src]

pub struct AnalyzeDataDescriptionFeatures {
    pub index: Option<String>,
    pub categorical: Option<AnalyzeDataDescriptionFeaturesCategorical>,
    pub numeric: Option<AnalyzeDataDescriptionFeaturesNumeric>,
    pub text: Option<AnalyzeDataDescriptionFeaturesText>,
}

Description of the input features in the data set.

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

Fields

The feature index.

Description of the categorical values of this feature.

Description of the numeric values of this feature.

Description of multiple-word text values of this feature.

Trait Implementations

impl Default for AnalyzeDataDescriptionFeatures
[src]

[src]

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

impl Clone for AnalyzeDataDescriptionFeatures
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnalyzeDataDescriptionFeatures
[src]

[src]

Formats the value using the given formatter.

impl NestedType for AnalyzeDataDescriptionFeatures
[src]

impl Part for AnalyzeDataDescriptionFeatures
[src]