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/v1beta1/{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-01-28 UTC."],[[["This endpoint creates a new health dataset within a specified project and location."],["The operation returns an `Operation` object, which can contain either the newly created `Dataset` or an error."],["You must provide the project and location in the `parent` path parameter and provide the desired dataset ID in the `datasetId` query parameter."],["Creating a dataset requires the `healthcare.datasets.create` IAM permission on the specified parent resource."],["The request body must contain a `Dataset` instance, and successful requests will return an `Operation` object."]]],[]]