google_api_machine_learning v0.7.1 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1TrainingOutput View Source

Represents results of a training job. Output only.

Attributes

  • builtInAlgorithmOutput (GoogleCloudMlV1BuiltInAlgorithmOutput): Details related to built-in algorithms jobs. Only set for built-in algorithms jobs. Defaults to: null.
  • completedTrialCount (String.t): The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs. Defaults to: null.
  • consumedMLUnits (float()): The amount of ML units consumed by the job. Defaults to: null.
  • isBuiltInAlgorithmJob (boolean()): Whether this job is a built-in Algorithm job. Defaults to: null.
  • isHyperparameterTuningJob (boolean()): Whether this job is a hyperparameter tuning job. Defaults to: null.
  • trials ([GoogleCloudMlV1HyperparameterOutput]): Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs. 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.GoogleCloudMlV1TrainingOutput{
  builtInAlgorithmOutput:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1BuiltInAlgorithmOutput.t(),
  completedTrialCount: any(),
  consumedMLUnits: any(),
  isBuiltInAlgorithmJob: any(),
  isHyperparameterTuningJob: any(),
  trials: [
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1HyperparameterOutput.t()
  ]
}

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.