[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# FeatureValueDestination\n\nA destination location for feature values and format.\nFields \n`destination` `Union type` \n`destination` can be only one of the following:\n`bigqueryDestination` `object (`[BigQueryDestination](/vertex-ai/docs/reference/rest/v1beta1/BigQueryDestination)`)` \nOutput in BigQuery format. [BigQueryDestination.output_uri](/vertex-ai/docs/reference/rest/v1beta1/BigQueryDestination#FIELDS.output_uri) in [FeatureValueDestination.bigquery_destination](/vertex-ai/docs/reference/rest/v1beta1/FeatureValueDestination#FIELDS.bigquery_destination) must refer to a table.\n`tfrecordDestination` `object (`[TFRecordDestination](/vertex-ai/docs/reference/rest/v1beta1/FeatureValueDestination#TFRecordDestination)`)` \nOutput in TFRecord format.\n\nBelow are the mapping from feature value type in Featurestore to feature value type in TFRecord: \n\n value type in Featurestore | value type in TFRecord\n DOUBLE, DOUBLE_ARRAY | FLOAT_LIST\n INT64, INT64_ARRAY | INT64_LIST\n STRING, STRING_ARRAY, BYTES | BYTES_LIST\n true -\u003e byte_string(\"true\"), false -\u003e byte_string(\"false\")\n BOOL, BOOL_ARRAY (true, false) | BYTES_LIST\n\n`csvDestination` `object (`[CsvDestination](/vertex-ai/docs/reference/rest/v1beta1/FeatureValueDestination#CsvDestination)`)` \nOutput in CSV format. Array feature value types are not allowed in CSV format. \n\nTFRecordDestination\n-------------------\n\nThe storage details for TFRecord output content.\nFields `gcsDestination` `object (`[GcsDestination](/vertex-ai/docs/reference/rest/v1beta1/GcsDestination)`)` \nRequired. Google Cloud Storage location. \n\nCsvDestination\n--------------\n\nThe storage details for CSV output content.\nFields `gcsDestination` `object (`[GcsDestination](/vertex-ai/docs/reference/rest/v1beta1/GcsDestination)`)` \nRequired. Google Cloud Storage location."]]