Struct google_ml1_beta1::GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric [] [src]

pub struct GoogleCloudMlV1beta1_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

impl Default for GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric
[src]

impl Clone for GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric
[src]

[src]

Formats the value using the given formatter.

impl Part for GoogleCloudMlV1beta1_HyperparameterOutput_HyperparameterMetric
[src]