google_api_big_query v0.13.0 GoogleApi.BigQuery.V2.Model.IterationResult View Source

Information about a single iteration of the training run.

Attributes

  • clusterInfos (list(GoogleApi.BigQuery.V2.Model.ClusterInfo.t)): [Beta] Information about top clusters for clustering models. Defaults to nil.
  • durationMs (String.t): Time taken to run the iteration in milliseconds. Defaults to nil.
  • evalLoss (float()): Loss computed on the eval data at the end of iteration. Defaults to nil.
  • index (integer()): Index of the iteration, 0 based. Defaults to nil.
  • learnRate (float()): Learn rate used for this iteration. Defaults to nil.
  • trainingLoss (float()): Loss computed on the training data at the end of iteration. Defaults to nil.

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.BigQuery.V2.Model.IterationResult{
  clusterInfos: [GoogleApi.BigQuery.V2.Model.ClusterInfo.t()],
  durationMs: String.t(),
  evalLoss: float(),
  index: integer(),
  learnRate: float(),
  trainingLoss: float()
}

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.