GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput (google_api_machine_learning v0.22.0) View Source
Represents the result of a single hyperparameter tuning trial from a training job. The TrainingOutput object that is returned on successful completion of a training job with hyperparameter tuning includes a list of HyperparameterOutput objects, one for each successful trial.
Attributes
-
allMetrics
(type:list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric.t)
, default:nil
) - All recorded object metrics for this trial. This field is not currently populated. -
builtInAlgorithmOutput
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_BuiltInAlgorithmOutput.t
, default:nil
) - Details related to built-in algorithms jobs. Only set for trials of built-in algorithms jobs that have succeeded. -
endTime
(type:DateTime.t
, default:nil
) - Output only. End time for the trial. -
finalMetric
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric.t
, default:nil
) - The final objective metric seen for this trial. -
hyperparameters
(type:map()
, default:nil
) - The hyperparameters given to this trial. -
isTrialStoppedEarly
(type:boolean()
, default:nil
) - True if the trial is stopped early. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Start time for the trial. -
state
(type:String.t
, default:nil
) - Output only. The detailed state of the trial. -
trialId
(type:String.t
, default:nil
) - The trial id for these results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput{ allMetrics: [ GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric.t() ], builtInAlgorithmOutput: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_BuiltInAlgorithmOutput.t(), endTime: DateTime.t(), finalMetric: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric.t(), hyperparameters: map(), isTrialStoppedEarly: boolean(), startTime: DateTime.t(), state: String.t(), trialId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.