Class Row (2.17.0) Stay organized with collections Save and categorize content based on your preferences.
Row(mapping=None,*,ignore_unknown_fields=False,**kwargs)A representation of a row in a relational table.
Attributes | |
|---|---|
| Name | Description |
column_spec_ids | MutableSequence[str]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 featurecolumn_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 | MutableSequence[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 featurecolumn_specs of the Model this row is being passed to. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.