google_api_big_query v0.6.0 GoogleApi.BigQuery.V2.Model.IterationResult View Source
Information about a single iteration of the training run.
Attributes
- clusterInfos ([ClusterInfo]): [Beta] Information about top clusters for clustering models. Defaults to:
null
. - durationMs (String.t): Time taken to run the iteration in milliseconds. Defaults to:
null
. - evalLoss (float()): Loss computed on the eval data at the end of iteration. Defaults to:
null
. - index (integer()): Index of the iteration, 0 based. Defaults to:
null
. - learnRate (float()): Learn rate used for this iteration. Defaults to:
null
. - trainingLoss (float()): Loss computed on the training data at the end of iteration. 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.