Stay organized with collections
Save and categorize content based on your preferences.
Specifies the configuration for importing data from Cloud Storage.
JSON representation
{"uri": string}
Fields
uri
string
Points to a Cloud Storage URI containing file(s) to import.
The URI must be in the following format: gs://{bucket_id}/{objectId}. The URI can include wildcards in objectId and thus identify multiple files. Supported wildcards:
* to match 0 or more non-separator characters
** to match 0 or more characters (including separators). Must be used at the end of a path and with no other wildcards in the path. Can also be used with a file extension (such as .ndjson), which imports all files with the extension in the specified directory and its sub-directories. For example, gs://my-bucket/my-directory/**.ndjson imports all files with .ndjson extensions in my-directory/ and its sub-directories.
? to match 1 character
Files matching the wildcard are expected to contain content only, no metadata.
[[["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."],[[["\u003cp\u003eDefines the settings for importing data from Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003eUses a JSON structure with a single field, \u003ccode\u003euri\u003c/code\u003e, to represent the configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003euri\u003c/code\u003e field specifies the Cloud Storage URI where the import files are located, using the format \u003ccode\u003egs://{bucket_id}/{objectId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003euri\u003c/code\u003e field supports wildcards such as \u003ccode\u003e*\u003c/code\u003e, \u003ccode\u003e**\u003c/code\u003e, and \u003ccode\u003e?\u003c/code\u003e to include multiple files in the import process, with specific constraints.\u003c/p\u003e\n"]]],[],null,[]]