Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class DataItem.
DataItem is a piece of data, without annotation. For example, an image.
Generated from protobuf message google.cloud.datalabeling.v1beta1.DataItem
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ image_payload |
Google\Cloud\DataLabeling\V1beta1\ImagePayload
The image payload, a container of the image bytes/uri. |
↳ text_payload |
Google\Cloud\DataLabeling\V1beta1\TextPayload
The text payload, a container of text content. |
↳ video_payload |
Google\Cloud\DataLabeling\V1beta1\VideoPayload
The video payload, a container of the video uri. |
↳ name |
string
Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id} |
getImagePayload
The image payload, a container of the image bytes/uri.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\ImagePayload|null |
hasImagePayload
setImagePayload
The image payload, a container of the image bytes/uri.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\ImagePayload
|
Returns | |
---|---|
Type | Description |
$this |
getTextPayload
The text payload, a container of text content.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\TextPayload|null |
hasTextPayload
setTextPayload
The text payload, a container of text content.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\TextPayload
|
Returns | |
---|---|
Type | Description |
$this |
getVideoPayload
The video payload, a container of the video uri.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\VideoPayload|null |
hasVideoPayload
setVideoPayload
The video payload, a container of the video uri.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\VideoPayload
|
Returns | |
---|---|
Type | Description |
$this |
getName
Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPayload
Returns | |
---|---|
Type | Description |
string |