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

Information about a single iteration of the training run.

Attributes

  • arimaResult (type: GoogleApi.BigQuery.V2.Model.ArimaResult.t, default: nil) - Arima result.
  • clusterInfos (type: list(GoogleApi.BigQuery.V2.Model.ClusterInfo.t), default: nil) - Information about top clusters for clustering models.
  • durationMs (type: String.t, default: nil) - Time taken to run the iteration in milliseconds.
  • evalLoss (type: float(), default: nil) - Loss computed on the eval data at the end of iteration.
  • index (type: integer(), default: nil) - Index of the iteration, 0 based.
  • learnRate (type: float(), default: nil) - Learn rate used for this iteration.
  • principalComponentInfos (type: list(GoogleApi.BigQuery.V2.Model.PrincipalComponentInfo.t), default: nil) - The information of the principal components.
  • trainingLoss (type: float(), default: nil) - Loss computed on the training data at the end of iteration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.IterationResult{
  arimaResult: GoogleApi.BigQuery.V2.Model.ArimaResult.t() | nil,
  clusterInfos: [GoogleApi.BigQuery.V2.Model.ClusterInfo.t()] | nil,
  durationMs: String.t() | nil,
  evalLoss: float() | nil,
  index: integer() | nil,
  learnRate: float() | nil,
  principalComponentInfos:
    [GoogleApi.BigQuery.V2.Model.PrincipalComponentInfo.t()] | nil,
  trainingLoss: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.