bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::BigQueryModelTraining Class Reference

#include <big_query_model_training.h>

Inheritance diagram for google_bigquery_api::BigQueryModelTraining:

Public Member Functions

 BigQueryModelTraining (const Json::Value &storage)
 
 BigQueryModelTraining (Json::Value *storage)
 
virtual ~BigQueryModelTraining ()
 
const StringPiece GetTypeName () const
 
bool has_current_iteration () const
 
void clear_current_iteration ()
 
int32 get_current_iteration () const
 
void set_current_iteration (int32 value)
 
bool has_expected_total_iterations () const
 
void clear_expected_total_iterations ()
 
int64 get_expected_total_iterations () const
 
void set_expected_total_iterations (int64 value)
 

Static Public Member Functions

static BigQueryModelTrainingNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BigQueryModelTraining() [1/2]

google_bigquery_api::BigQueryModelTraining::BigQueryModelTraining ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~BigQueryModelTraining()

google_bigquery_api::BigQueryModelTraining::~BigQueryModelTraining ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::BigQueryModelTraining

◆ 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()

BigQueryModelTraining * google_bigquery_api::BigQueryModelTraining::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: