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

Attributes

  • currentIteration (integer()): [Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress. Defaults to nil.
  • expectedTotalIterations (String.t): [Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop. 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.BigQueryModelTraining{
  currentIteration: integer(),
  expectedTotalIterations: String.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.