google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.BatchCreateAnnotationsRequest View Source
Attributes
- annotations ([Annotation]): The annotations to be created. At most 4096 can be specified in a single request. Defaults to:
null
. - requestId (String.t): 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
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Genomics.V1.Model.BatchCreateAnnotationsRequest{
annotations: [GoogleApi.Genomics.V1.Model.Annotation.t()],
requestId: any()
}
t() :: %GoogleApi.Genomics.V1.Model.BatchCreateAnnotationsRequest{ annotations: [GoogleApi.Genomics.V1.Model.Annotation.t()], requestId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.