Class AsyncBatchAnnotateFilesRequest (2.1.0)

AsyncBatchAnnotateFilesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Multiple async file annotation requests are batched into a single service call.

Attribute

NameDescription
requests Sequence[.image_annotator.AsyncAnnotateFileRequest]
Required. Individual async file annotation requests for this batch.