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

#include <row.h>

Inheritance diagram for google_bigquery_api::Row:

Public Member Functions

 Row (const Json::Value &storage)
 
 Row (Json::Value *storage)
 
virtual ~Row ()
 
const StringPiece GetTypeName () const
 
bool has_actual_label () const
 
void clear_actual_label ()
 
const StringPiece get_actual_label () const
 
void set_actual_label (const StringPiece &value)
 
bool has_entries () const
 
void clear_entries ()
 
const client::JsonCppArray< Entryget_entries () const
 
client::JsonCppArray< Entrymutable_entries ()
 

Static Public Member Functions

static RowNew ()
 

Detailed Description

A single row in the confusion matrix.

Constructor & Destructor Documentation

◆ Row() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ Row() [2/2]

google_bigquery_api::Row::Row ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~Row()

google_bigquery_api::Row::~Row ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_actual_label()

void google_bigquery_api::Row::clear_actual_label ( )
inline

Clears the 'actualLabel' attribute.

◆ clear_entries()

void google_bigquery_api::Row::clear_entries ( )
inline

Clears the 'entries' attribute.

◆ get_actual_label()

const StringPiece google_bigquery_api::Row::get_actual_label ( ) const
inline

Get the value of the 'actualLabel' attribute.

◆ get_entries()

const client::JsonCppArray<Entry > google_bigquery_api::Row::get_entries ( ) const

Get a reference to the value of the 'entries' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::Row::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::Row

◆ has_actual_label()

bool google_bigquery_api::Row::has_actual_label ( ) const
inline

Determine if the 'actualLabel' attribute was set.

Returns
true if the 'actualLabel' attribute was set.

◆ has_entries()

bool google_bigquery_api::Row::has_entries ( ) const
inline

Determine if the 'entries' attribute was set.

Returns
true if the 'entries' attribute was set.

◆ mutable_entries()

client::JsonCppArray<Entry > google_bigquery_api::Row::mutable_entries ( )

Gets a reference to a mutable value of the 'entries' property.

Info describing predicted label distribution.

Returns
The result can be modified to change the attribute value.

◆ New()

Row * google_bigquery_api::Row::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_actual_label()

void google_bigquery_api::Row::set_actual_label ( const StringPiece &  value)
inline

Change the 'actualLabel' attribute.

The original label of this row.

Parameters
[in]valueThe new value.

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