Resource: DataItem
DataItem is a piece of data, without annotation. For example, an image.
JSON representation | |
---|---|
{ "name": string, // Union field |
Fields | ||
---|---|---|
name |
Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id} |
|
Union field payload . Output only. payload can be only one of the following: |
||
imagePayload |
The image payload, a container of the image bytes/uri. |
|
textPayload |
The text payload, a container of text content. |
|
videoPayload |
The video payload, a container of the video uri. |
Methods |
|
---|---|
|
Gets a data item in a dataset by resource name. |
|
Lists data items in a dataset. |