Class Row (2.4.2)

Row(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A representation of a row in a relational table. .. attribute:: column_spec_ids

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.

:type: Sequence[str]

Attribute

NameDescription
values Sequence[google.protobuf.struct_pb2.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.