View Source GoogleApi.BigQuery.V2.Model.MlStatistics (google_api_big_query v0.79.0)

Job statistics specific to a BigQuery ML training job.

Attributes

  • hparamTrials (type: list(GoogleApi.BigQuery.V2.Model.HparamTuningTrial.t), default: nil) - Output only. Trials of a hyperparameter tuning job sorted by trial_id.
  • iterationResults (type: list(GoogleApi.BigQuery.V2.Model.IterationResult.t), default: nil) - Results for all completed iterations. Empty for hyperparameter tuning jobs.
  • maxIterations (type: String.t, default: nil) - Output only. Maximum number of iterations specified as max_iterations in the 'CREATE MODEL' query. The actual number of iterations may be less than this number due to early stop.
  • modelType (type: String.t, default: nil) - Output only. The type of the model that is being trained.
  • trainingType (type: String.t, default: nil) - Output only. Training type of the job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.MlStatistics{
  hparamTrials: [GoogleApi.BigQuery.V2.Model.HparamTuningTrial.t()] | nil,
  iterationResults: [GoogleApi.BigQuery.V2.Model.IterationResult.t()] | nil,
  maxIterations: String.t() | nil,
  modelType: String.t() | nil,
  trainingType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.