FeatureValueDestination

A destination location for feature values and format.

Fields
destinationUnion type
destination 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_LIST
csvDestinationobject (CsvDestination)

Output in CSV format. Array feature value types are not allowed in CSV format.

JSON representation
{// destination"bigqueryDestination":{object (BigQueryDestination)},"tfrecordDestination":{object (TFRecordDestination)},"csvDestination":{object (CsvDestination)}// Union type}

TFRecordDestination

The storage details for TFRecord output content.

Fields
gcsDestinationobject (GcsDestination)

Required. Google Cloud Storage location.

JSON representation
{"gcsDestination":{object (GcsDestination)}}

CsvDestination

The storage details for CSV output content.

Fields
gcsDestinationobject (GcsDestination)

Required. Google Cloud Storage location.

JSON representation
{"gcsDestination":{object (GcsDestination)}}

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.