A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-trial-info below:

The ML.TRIAL_INFO function | BigQuery

Stay organized with collections Save and categorize content based on your preferences.

The ML.TRIAL_INFO function

This document describes the ML.TRIAL_INFO function, which lets you display information about trials from a model that uses hyperparameter tuning.

Syntax
ML.TRIAL_INFO(MODEL `PROJECT_ID.DATASET.MODEL_NAME`)
Arguments

ML.TRIAL_INFO takes the following arguments:

Output

ML.TRIAL_INFO returns one row per trial with the following columns:

Example

The following query retrieves information of all trials for the model mydataset.mymodel in your default project:

SELECT
  *
FROM
  ML.TRIAL_INFO(MODEL `mydataset.mymodel`)
What's next

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-07 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ML.TRIAL_INFO` function displays information about trials from a model that uses hyperparameter tuning."],["The syntax for using `ML.TRIAL_INFO` is `ML.TRIAL_INFO(MODEL project_id.dataset.model)`, where you specify your project ID, dataset, and model name."],["The function returns one row per trial, providing details such as `trial_id`, `hyperparameters`, `hparam_tuning_evaluation_metrics`, `training_loss`, `eval_loss`, `status`, `error_message`, and `is_optimal`."],["Possible status values for a trial include `SUCCEEDED`, `FAILED`, and `INFEASIBLE`."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4