Struct google_ml1_beta1::GoogleCloudMlV1beta1__TrainingOutput [] [src]

pub struct GoogleCloudMlV1beta1__TrainingOutput {
    pub completed_trial_count: Option<i64>,
    pub is_hyperparameter_tuning_job: Option<bool>,
    pub consumed_ml_units: Option<f64>,
    pub trials: Option<Vec<GoogleCloudMlV1beta1__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 GoogleCloudMlV1beta1__TrainingOutput
[src]

[src]

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

impl Clone for GoogleCloudMlV1beta1__TrainingOutput
[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__TrainingOutput
[src]

[src]

Formats the value using the given formatter.

impl Part for GoogleCloudMlV1beta1__TrainingOutput
[src]