Stay organized with collections
Save and categorize content based on your preferences.
Config that controls the output of documents. All documents will be written as a JSON file.
JSON representation
{// Union field destination can be only one of the following:"gcsOutputConfig": {object (GcsOutputConfig)}// End of list of possible types for union field destination.}
Fields
Union field destination. The destination of the results. destination can be only one of the following:
Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of {document_field_name} or pages.{page_field_name}.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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 2024-07-15 UTC."],[[["All documents are output as JSON files."],["The `destination` field specifies where the results are written, with `gcsOutputConfig` indicating Cloud Storage as the output location."],["`gcsOutputConfig` includes settings for the Cloud Storage URI (`gcsUri`), which fields to include (`fieldMask`), and how to shard the output (`shardingConfig`)."],["`shardingConfig` determines how the document is split, including the number of pages per shard (`pagesPerShard`) and the overlap between shards (`pagesOverlap`)."],["The `fieldMask` allows selection of specific fields to be included, supporting top-level document fields or page fields."]]],[]]