bigquery
v2
|
#include <bqml_training_run.h>
Static Public Member Functions | |
static BqmlTrainingRunTrainingOptions * | New () |
[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.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'earlyStop
' attribute.
|
inline |
Clears the 'l1Reg
' attribute.
|
inline |
Clears the 'l2Reg
' attribute.
|
inline |
Clears the 'learnRate
' attribute.
|
inline |
Clears the 'learnRateStrategy
' attribute.
|
inline |
Clears the 'lineSearchInitLearnRate
' attribute.
|
inline |
Clears the 'maxIteration
' attribute.
|
inline |
Clears the 'minRelProgress
' attribute.
|
inline |
Clears the 'warmStart
' attribute.
|
inline |
Get the value of the 'earlyStop
' attribute.
|
inline |
Get the value of the 'l1Reg
' attribute.
|
inline |
Get the value of the 'l2Reg
' attribute.
|
inline |
Get the value of the 'learnRate
' attribute.
|
inline |
Get the value of the 'learnRateStrategy
' attribute.
|
inline |
Get the value of the 'lineSearchInitLearnRate
' attribute.
|
inline |
Get the value of the 'maxIteration
' attribute.
|
inline |
Get the value of the 'minRelProgress
' attribute.
|
inline |
Get the value of the 'warmStart
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_bigquery_api::BqmlTrainingRunTrainingOptions
|
inline |
Determine if the 'earlyStop
' attribute was set.
earlyStop
' attribute was set.
|
inline |
Determine if the 'l1Reg
' attribute was set.
l1Reg
' attribute was set.
|
inline |
Determine if the 'l2Reg
' attribute was set.
l2Reg
' attribute was set.
|
inline |
Determine if the 'learnRate
' attribute was set.
learnRate
' attribute was set.
|
inline |
Determine if the 'learnRateStrategy
' attribute was set.
learnRateStrategy
' attribute was set.
|
inline |
Determine if the 'lineSearchInitLearnRate
' attribute was set.
lineSearchInitLearnRate
' attribute was set.
|
inline |
Determine if the 'maxIteration
' attribute was set.
maxIteration
' attribute was set.
|
inline |
Determine if the 'minRelProgress
' attribute was set.
minRelProgress
' attribute was set.
|
inline |
Determine if the 'warmStart
' attribute was set.
warmStart
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'earlyStop
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'l1Reg
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'l2Reg
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'learnRate
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'learnRateStrategy
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'lineSearchInitLearnRate
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'maxIteration
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'minRelProgress
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'warmStart
' attribute.
[in] | value | The new value. |