Struct google_prediction1d6::AnalyzeDataDescription [] [src]

pub struct AnalyzeDataDescription {
    pub output_feature: Option<AnalyzeDataDescriptionOutputFeature>,
    pub features: Option<Vec<AnalyzeDataDescriptionFeatures>>,
}

Description of the data the model was trained on.

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

Fields

Description of the output value or label.

Description of the input features in the data set.

Trait Implementations

impl Debug for AnalyzeDataDescription
[src]

Formats the value using the given formatter.

impl Clone for AnalyzeDataDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyzeDataDescription
[src]

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

impl NestedType for AnalyzeDataDescription
[src]

impl Part for AnalyzeDataDescription
[src]