Class: Google::Cloud::AutoML::V1beta1::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_items.rb

Overview

A representation of a row in a relational table.

Instance Attribute Summary collapse

Instance Attribute Details

#column_spec_idsArray<String>

Returns Input Only. The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature

column_spec_ids of the Model this row is being passed to. Note: The below values field must match order of this field, if this field is set.

Returns:

  • (Array<String>)

    Input Only. The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature

    column_spec_ids of the Model this row is being passed to. Note: The below values field must match order of this field, if this field is set.



75
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_items.rb', line 75

class Row; end

#valuesArray<Google::Protobuf::Value>

Returns Input Only. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature

column_specs of the Model this row is being passed to.

Returns:

  • (Array<Google::Protobuf::Value>)

    Input Only. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature

    column_specs of the Model this row is being passed to.



75
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_items.rb', line 75

class Row; end