Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.create
Creates a new health dataset. Results are returned through the Operation interface which returns either an Operation.response which contains a Dataset or Operation.error. The metadata field type is OperationMetadata.
HTTP request
POST https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*}/datasets
[[["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-04-01 UTC."],[[["This endpoint, `projects.locations.datasets.create`, is used to create a new health dataset within a specified project and location."],["The process returns an `Operation` response, which can either contain a successful `Dataset` creation or an `Operation.error`."],["The `parent` path parameter is required, indicating the project and location for the dataset's creation, along with the `healthcare.datasets.create` IAM permission."],["The `datasetId` query parameter is mandatory and specifies the ID of the dataset to be created, adhering to a specific regex pattern."],["Successful requests return an `Operation` instance, and authorization requires either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]