Full name: projects.locations.datasets.annotationStores.export
Export Annotations
from the Annotation store
. If the request is successful, a detailed response is returned of type ExportAnnotationsResponse
, contained in the [response][google.longrunning.Operation.result.response] field when the operation finishes. The metadata
field type is OperationMetadata
. Errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging).
HTTP request
POST https://healthcare.googleapis.com/v1beta1/{name=projects/*/locations/*/datasets/*/annotationStores/*}:export
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the Annotation store to export annotations to, in the format of Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field destination . Destination for export. destination can be only one of the following: |
|
gcsDestination |
The Cloud Storage destination, which requires the |
bigqueryDestination |
The BigQuery output destination, which requires two IAM roles: |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-healthcare
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
GcsDestination
The Cloud Storage location for export.
JSON representation |
---|
{ "uriPrefix": string } |
Fields | |
---|---|
uriPrefix |
The Cloud Storage destination to export to. URI for a Cloud Storage directory where the server writes result files, in the format |