bigquery
v2
|
#include <row.h>
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< Entry > | get_entries () const |
client::JsonCppArray< Entry > | mutable_entries () |
Static Public Member Functions | |
static Row * | New () |
A single row in the confusion matrix.
|
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 'actualLabel
' attribute.
|
inline |
Clears the 'entries
' attribute.
|
inline |
Get the value of the 'actualLabel
' attribute.
const client::JsonCppArray<Entry > google_bigquery_api::Row::get_entries | ( | ) | const |
Get a reference to the value of the 'entries
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_bigquery_api::Row
|
inline |
Determine if the 'actualLabel
' attribute was set.
actualLabel
' attribute was set.
|
inline |
Determine if the 'entries
' attribute was set.
entries
' attribute was set. 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'actualLabel
' attribute.
The original label of this row.
[in] | value | The new value. |