FeatureValueDestination Stay organized with collections Save and categorize content based on your preferences.
A destination location for feature values and format.
destinationUnion typedestination can be only one of the following:bigqueryDestinationobject (BigQueryDestination)Output in BigQuery format.BigQueryDestination.output_uri inFeatureValueDestination.bigquery_destination must refer to a table.
tfrecordDestinationobject (TFRecordDestination)Output in TFRecord format.
Below are the mapping from feature value type in Featurestore to feature value type in TFRecord:
value type in Featurestore | value type in TFRecordDOUBLE, DOUBLE_ARRAY | FLOAT_LISTINT64, INT64_ARRAY | INT64_LISTSTRING, STRING_ARRAY, BYTES | BYTES_LISTtrue -> byte_string("true"), false -> byte_string("false")BOOL, BOOL_ARRAY (true, false) | BYTES_LISTcsvDestinationobject (CsvDestination)Output in CSV format. Array feature value types are not allowed in CSV format.
| JSON representation |
|---|
{// destination"bigqueryDestination":{object ( |
TFRecordDestination
The storage details for TFRecord output content.
gcsDestinationobject (GcsDestination)Required. Google Cloud Storage location.
| JSON representation |
|---|
{"gcsDestination":{object ( |
CsvDestination
The storage details for CSV output content.
gcsDestinationobject (GcsDestination)Required. Google Cloud Storage location.
| JSON representation |
|---|
{"gcsDestination":{object ( |
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-06-27 UTC.