google_api_big_query v0.6.0 GoogleApi.BigQuery.V2.Model.TrainingRun View Source
Information about a single training query run for the model.
Attributes
- evaluationMetrics (EvaluationMetrics): The evaluation metrics over training/eval data that were computed at the end of training. Defaults to:
null
. - results ([IterationResult]): Output of each iteration run, results.size() <= max_iterations. Defaults to:
null
. - startTime (DateTime.t): The start time of this training run. Defaults to:
null
. - trainingOptions (TrainingOptions): Options that were used for this training run, includes user specified and default options that were used. 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 type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.TrainingRun{
evaluationMetrics: GoogleApi.BigQuery.V2.Model.EvaluationMetrics.t(),
results: [GoogleApi.BigQuery.V2.Model.IterationResult.t()],
startTime: DateTime.t(),
trainingOptions: GoogleApi.BigQuery.V2.Model.TrainingOptions.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.TrainingRun{ evaluationMetrics: GoogleApi.BigQuery.V2.Model.EvaluationMetrics.t(), results: [GoogleApi.BigQuery.V2.Model.IterationResult.t()], startTime: DateTime.t(), trainingOptions: GoogleApi.BigQuery.V2.Model.TrainingOptions.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.