Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::Row.
A representation of a row in a relational table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column_spec_ids
def column_spec_ids() -> ::Array<::String>
-
(::Array<::String>) — 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.
#column_spec_ids=
def column_spec_ids=(value) -> ::Array<::String>
-
value (::Array<::String>) — 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.
-
(::Array<::String>) — 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.
#values
def values() -> ::Array<::Google::Protobuf::Value>
-
(::Array<::Google::Protobuf::Value>) — Required. 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.
#values=
def values=(value) -> ::Array<::Google::Protobuf::Value>
-
value (::Array<::Google::Protobuf::Value>) — Required. 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.
-
(::Array<::Google::Protobuf::Value>) — Required. 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.