google_api_machine_learning v0.3.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutput 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 ([GoogleCloudMlV1HyperparameterOutputHyperparameterMetric]): All recorded object metrics for this trial. This field is not currently populated. Defaults to: null.
  • finalMetric (GoogleCloudMlV1HyperparameterOutputHyperparameterMetric): The final objective metric seen for this trial. Defaults to: null.
  • hyperparameters (%{optional(String.t) => String.t}): The hyperparameters given to this trial. Defaults to: null.
  • isTrialStoppedEarly (boolean()): True if the trial is stopped early. Defaults to: null.
  • trialId (String.t): The trial id for these results. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutput{
  allMetrics: [
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.t()
  ],
  finalMetric:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.t(),
  hyperparameters: map(),
  isTrialStoppedEarly: any(),
  trialId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.