GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_TrainingOutput (google_api_machine_learning v0.23.0) View Source

Represents results of a training job. Output only.

Attributes

  • builtInAlgorithmOutput (type: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_BuiltInAlgorithmOutput.t, default: nil) - Details related to built-in algorithms jobs. Only set for built-in algorithms jobs.
  • completedTrialCount (type: String.t, default: nil) - The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs.
  • consumedMLUnits (type: float(), default: nil) - The amount of ML units consumed by the job.
  • hyperparameterMetricTag (type: String.t, default: nil) - The TensorFlow summary tag name used for optimizing hyperparameter tuning trials. See HyperparameterSpec.hyperparameterMetricTag for more information. Only set for hyperparameter tuning jobs.
  • isBuiltInAlgorithmJob (type: boolean(), default: nil) - Whether this job is a built-in Algorithm job.
  • isHyperparameterTuningJob (type: boolean(), default: nil) - Whether this job is a hyperparameter tuning job.
  • trials (type: list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput.t), default: nil) - Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs.

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_TrainingOutput{
  builtInAlgorithmOutput:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_BuiltInAlgorithmOutput.t(),
  completedTrialCount: String.t(),
  consumedMLUnits: float(),
  hyperparameterMetricTag: String.t(),
  isBuiltInAlgorithmJob: boolean(),
  isHyperparameterTuningJob: boolean(),
  trials: [
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput.t()
  ]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.