Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.processors.updateDataset
Updates metadata associated with a dataset. Note that this method requires the documentai.googleapis.com/datasets.update permission on the project, which is highly privileged. A user or service account with this permission can create new processors that can interact with any gcs bucket in your project.
Dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset It takes the form projects/{project}/locations/{location}/processors/{processor}/dataset.
[[["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."],[[["This endpoint, `projects.locations.processors.updateDataset`, updates the metadata of a dataset and requires high-level permissions."],["The HTTP request method is `PATCH`, using the format `https://{endpoint}/v1beta3/{dataset.name}` to update a dataset."],["The `dataset.name` path parameter, in the format `projects/{project}/locations/{location}/processors/{processor}/dataset`, identifies the specific dataset to update."],["The `updateMask` query parameter, using a `FieldMask` format, specifies which fields of the dataset should be updated."],["Updating a Dataset requires the `documentai.datasets.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]