google_api_genomics v0.0.1
GoogleApi.Genomics.V1.Model.BatchCreateAnnotationsRequest
View Source
Attributes
- annotations (List[Annotation]): The annotations to be created. At most 4096 can be specified in a single request. Defaults to:
null
.
- requestId (String): A unique request ID which enables the server to detect duplicated requests. If provided, duplicated requests will result in the same response; if not provided, duplicated requests may result in duplicated data. For a given annotation set, callers should not reuse `request_id`s when writing different batches of annotations - behavior in this case is undefined. A common approach is to use a UUID. For batch jobs where worker crashes are a possibility, consider using some unique variant of a worker or run ID. Defaults to:
null
.