#include <big_query_model_training.h>
◆ BigQueryModelTraining() [1/2]
google_bigquery_api::BigQueryModelTraining::BigQueryModelTraining |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BigQueryModelTraining() [2/2]
google_bigquery_api::BigQueryModelTraining::BigQueryModelTraining |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BigQueryModelTraining()
google_bigquery_api::BigQueryModelTraining::~BigQueryModelTraining |
( |
| ) |
|
|
virtual |
◆ clear_current_iteration()
void google_bigquery_api::BigQueryModelTraining::clear_current_iteration |
( |
| ) |
|
|
inline |
Clears the 'currentIteration
' attribute.
◆ clear_expected_total_iterations()
void google_bigquery_api::BigQueryModelTraining::clear_expected_total_iterations |
( |
| ) |
|
|
inline |
Clears the 'expectedTotalIterations
' attribute.
◆ get_current_iteration()
int32 google_bigquery_api::BigQueryModelTraining::get_current_iteration |
( |
| ) |
const |
|
inline |
Get the value of the 'currentIteration
' attribute.
◆ get_expected_total_iterations()
int64 google_bigquery_api::BigQueryModelTraining::get_expected_total_iterations |
( |
| ) |
const |
|
inline |
Get the value of the 'expectedTotalIterations
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::BigQueryModelTraining::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_current_iteration()
bool google_bigquery_api::BigQueryModelTraining::has_current_iteration |
( |
| ) |
const |
|
inline |
Determine if the 'currentIteration
' attribute was set.
- Returns
- true if the '
currentIteration
' attribute was set.
◆ has_expected_total_iterations()
bool google_bigquery_api::BigQueryModelTraining::has_expected_total_iterations |
( |
| ) |
const |
|
inline |
Determine if the 'expectedTotalIterations
' attribute was set.
- Returns
- true if the '
expectedTotalIterations
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_current_iteration()
void google_bigquery_api::BigQueryModelTraining::set_current_iteration |
( |
int32 |
value | ) |
|
|
inline |
Change the 'currentIteration
' attribute.
[Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress.
- Parameters
-
◆ set_expected_total_iterations()
void google_bigquery_api::BigQueryModelTraining::set_expected_total_iterations |
( |
int64 |
value | ) |
|
|
inline |
Change the 'expectedTotalIterations
' attribute.
[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.
- Parameters
-
The documentation for this class was generated from the following files: