Class DataItem (1.5.2)

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

DataItem is a piece of data, without annotation. For example, an image.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
image_payload google.cloud.datalabeling_v1beta1.types.ImagePayload
The image payload, a container of the image bytes/uri. This field is a member of oneof_ payload.
text_payload google.cloud.datalabeling_v1beta1.types.TextPayload
The text payload, a container of text content. This field is a member of oneof_ payload.
video_payload google.cloud.datalabeling_v1beta1.types.VideoPayload
The video payload, a container of the video uri. This field is a member of oneof_ payload.
name str
Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}