Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema It takes the form projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema.
Query parameters
Parameters
visibleFieldsOnly
boolean
If set, only returns the visible fields of the schema.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DatasetSchema.
[[["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-04-07 UTC."],[[["This endpoint retrieves the `DatasetSchema` of a `Dataset` using a GET request."],["The request requires a `name` parameter in the path, specifying the dataset schema resource location."],["The endpoint can optionally filter for visible fields only using the `visibleFieldsOnly` query parameter."],["The successful response contains an instance of `DatasetSchema`."],["Accessing this endpoint requires the `documentai.datasetSchemas.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]