#include <bqml_training_run.h>
◆ BqmlTrainingRun() [1/2]
google_bigquery_api::BqmlTrainingRun::BqmlTrainingRun |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BqmlTrainingRun() [2/2]
google_bigquery_api::BqmlTrainingRun::BqmlTrainingRun |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BqmlTrainingRun()
google_bigquery_api::BqmlTrainingRun::~BqmlTrainingRun |
( |
| ) |
|
|
virtual |
◆ clear_iteration_results()
void google_bigquery_api::BqmlTrainingRun::clear_iteration_results |
( |
| ) |
|
|
inline |
Clears the 'iterationResults
' attribute.
◆ clear_start_time()
void google_bigquery_api::BqmlTrainingRun::clear_start_time |
( |
| ) |
|
|
inline |
Clears the 'startTime
' attribute.
◆ clear_state()
void google_bigquery_api::BqmlTrainingRun::clear_state |
( |
| ) |
|
|
inline |
Clears the 'state
' attribute.
◆ clear_training_options()
void google_bigquery_api::BqmlTrainingRun::clear_training_options |
( |
| ) |
|
|
inline |
Clears the 'trainingOptions
' attribute.
◆ get_iteration_results()
const client::JsonCppArray<BqmlIterationResult > google_bigquery_api::BqmlTrainingRun::get_iteration_results |
( |
| ) |
const |
Get a reference to the value of the 'iterationResults
' attribute.
◆ get_start_time()
client::DateTime google_bigquery_api::BqmlTrainingRun::get_start_time |
( |
| ) |
const |
|
inline |
Get the value of the 'startTime
' attribute.
◆ get_state()
const StringPiece google_bigquery_api::BqmlTrainingRun::get_state |
( |
| ) |
const |
|
inline |
Get the value of the 'state
' attribute.
◆ get_training_options()
Get a reference to the value of the 'trainingOptions
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::BqmlTrainingRun::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_iteration_results()
bool google_bigquery_api::BqmlTrainingRun::has_iteration_results |
( |
| ) |
const |
|
inline |
Determine if the 'iterationResults
' attribute was set.
- Returns
- true if the '
iterationResults
' attribute was set.
◆ has_start_time()
bool google_bigquery_api::BqmlTrainingRun::has_start_time |
( |
| ) |
const |
|
inline |
Determine if the 'startTime
' attribute was set.
- Returns
- true if the '
startTime
' attribute was set.
◆ has_state()
bool google_bigquery_api::BqmlTrainingRun::has_state |
( |
| ) |
const |
|
inline |
Determine if the 'state
' attribute was set.
- Returns
- true if the '
state
' attribute was set.
◆ has_training_options()
bool google_bigquery_api::BqmlTrainingRun::has_training_options |
( |
| ) |
const |
|
inline |
Determine if the 'trainingOptions
' attribute was set.
- Returns
- true if the '
trainingOptions
' attribute was set.
◆ mutable_iterationResults()
client::JsonCppArray<BqmlIterationResult > google_bigquery_api::BqmlTrainingRun::mutable_iterationResults |
( |
| ) |
|
Gets a reference to a mutable value of the 'iterationResults
' property.
[Output-only, Beta] List of each iteration results.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_trainingOptions()
Gets a reference to a mutable value of the 'trainingOptions
' property.
[Output-only, Beta] Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.
- 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.
◆ set_start_time()
void google_bigquery_api::BqmlTrainingRun::set_start_time |
( |
client::DateTime |
value | ) |
|
|
inline |
Change the 'startTime
' attribute.
[Output-only, Beta] Training run start time in milliseconds since the epoch.
- Parameters
-
◆ set_state()
void google_bigquery_api::BqmlTrainingRun::set_state |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'state
' attribute.
[Output-only, Beta] Different state applicable for a training run. IN PROGRESS: Training run is in progress. FAILED: Training run ended due to a non-retryable failure. SUCCEEDED: Training run successfully completed. CANCELLED: Training run cancelled by the user.
- Parameters
-
The documentation for this class was generated from the following files: