#include <model_definition.h>
◆ ModelDefinition() [1/2]
google_bigquery_api::ModelDefinition::ModelDefinition |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ModelDefinition() [2/2]
google_bigquery_api::ModelDefinition::ModelDefinition |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ModelDefinition()
google_bigquery_api::ModelDefinition::~ModelDefinition |
( |
| ) |
|
|
virtual |
◆ clear_model_options()
void google_bigquery_api::ModelDefinition::clear_model_options |
( |
| ) |
|
|
inline |
Clears the 'modelOptions
' attribute.
◆ clear_training_runs()
void google_bigquery_api::ModelDefinition::clear_training_runs |
( |
| ) |
|
|
inline |
Clears the 'trainingRuns
' attribute.
◆ get_model_options()
Get a reference to the value of the 'modelOptions
' attribute.
◆ get_training_runs()
const client::JsonCppArray<BqmlTrainingRun > google_bigquery_api::ModelDefinition::get_training_runs |
( |
| ) |
const |
Get a reference to the value of the 'trainingRuns
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::ModelDefinition::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_model_options()
bool google_bigquery_api::ModelDefinition::has_model_options |
( |
| ) |
const |
|
inline |
Determine if the 'modelOptions
' attribute was set.
- Returns
- true if the '
modelOptions
' attribute was set.
◆ has_training_runs()
bool google_bigquery_api::ModelDefinition::has_training_runs |
( |
| ) |
const |
|
inline |
Determine if the 'trainingRuns
' attribute was set.
- Returns
- true if the '
trainingRuns
' attribute was set.
◆ mutable_modelOptions()
Gets a reference to a mutable value of the 'modelOptions
' property.
[Output-only, Beta] Model options used for the first training run. These options are immutable for subsequent training runs. Default values are used for any options not specified in the input query.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_trainingRuns()
client::JsonCppArray<BqmlTrainingRun > google_bigquery_api::ModelDefinition::mutable_trainingRuns |
( |
| ) |
|
Gets a reference to a mutable value of the 'trainingRuns
' property.
[Output-only, Beta] Information about ml training runs, each training run comprises of multiple iterations and there may be multiple training runs for the model if warm start is used or if a user decides to continue a previously cancelled query.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: