Struct google_ml1_beta1::GoogleCloudMlV1beta1__TrainingOutput [] [src]

pub struct GoogleCloudMlV1beta1__TrainingOutput {
    pub consumed_ml_units: Option<f64>,
    pub completed_trial_count: Option<i64>,
    pub trials: Option<Vec<GoogleCloudMlV1beta1__HyperparameterOutput>>,
}

Represents results of a training job.

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

Fields

The amount of ML units consumed by the job.

The number of hyperparameter tuning trials that completed successfully.

Results for individual Hyperparameter trials.

Trait Implementations

impl Default for GoogleCloudMlV1beta1__TrainingOutput
[src]

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

impl Clone for GoogleCloudMlV1beta1__TrainingOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1beta1__TrainingOutput
[src]

Formats the value using the given formatter.

impl Part for GoogleCloudMlV1beta1__TrainingOutput
[src]