Struct google_ml1::GoogleCloudMlV1__TrainingOutput[][src]

pub struct GoogleCloudMlV1__TrainingOutput {
    pub completed_trial_count: Option<i64>,
    pub is_hyperparameter_tuning_job: Option<bool>,
    pub consumed_ml_units: Option<f64>,
    pub trials: Option<Vec<GoogleCloudMlV1__HyperparameterOutput>>,
}

Represents results of a training job. Output only.

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

Fields

The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs.

Whether this job is a hyperparameter tuning job.

The amount of ML units consumed by the job.

Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs.

Trait Implementations

impl Default for GoogleCloudMlV1__TrainingOutput
[src]

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

impl Clone for GoogleCloudMlV1__TrainingOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1__TrainingOutput
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudMlV1__TrainingOutput
[src]

Auto Trait Implementations