Struct google_ml1::GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric[][src]

pub struct GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric {
    pub training_step: Option<String>,
    pub objective_value: Option<f64>,
}

An observed value of a metric.

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

Fields

The global training step for this metric.

The objective value at this training step.

Trait Implementations

Auto Trait Implementations