An Example is a piece of data and its annotation. For
example, an image with label "house".
Attributes
Name
Description
image_payload
.data_payloads.ImagePayload
The image payload, a container of the image
bytes/uri.
text_payload
.data_payloads.TextPayload
The text payload, a container of the text
content.
video_payload
.data_payloads.VideoPayload
The video payload, a container of the video
uri.
name
str
Output only. Name of the example, in format of:
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/
{annotated_dataset_id}/examples/{example_id}
annotations
Sequence[.annotation.Annotation]
Output only. Annotations for the piece of
data in Example. One piece of data can have
multiple annotations.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-08 UTC."],[],[]]