Google Cloud Datalabeling V1beta1 Client - Class Dataset (0.5.0)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class Dataset.

Dataset is the resource to hold your data. You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.

Generated from protobuf message google.cloud.datalabeling.v1beta1.Dataset

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}

↳ display_name string

Required. The display name of the dataset. Maximum of 64 characters.

↳ description string

Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.

↳ create_time Google\Protobuf\Timestamp

Output only. Time the dataset is created.

↳ input_configs array<Google\Cloud\DataLabeling\V1beta1\InputConfig>

Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.

↳ blocking_resources array

Output only. The names of any related resources that are blocking changes to the dataset.

↳ data_item_count int|string

Output only. The number of data items in the dataset.

getName

Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}

Returns
TypeDescription
string

setName

Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

Required. The display name of the dataset. Maximum of 64 characters.

Returns
TypeDescription
string

setDisplayName

Required. The display name of the dataset. Maximum of 64 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Optional. User-provided description of the annotation specification set.

The description can be up to 10000 characters long.

Returns
TypeDescription
string

setDescription

Optional. User-provided description of the annotation specification set.

The description can be up to 10000 characters long.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. Time the dataset is created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Time the dataset is created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getInputConfigs

Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInputConfigs

Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.

Parameter
NameDescription
var array<Google\Cloud\DataLabeling\V1beta1\InputConfig>
Returns
TypeDescription
$this

getBlockingResources

Output only. The names of any related resources that are blocking changes to the dataset.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBlockingResources

Output only. The names of any related resources that are blocking changes to the dataset.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDataItemCount

Output only. The number of data items in the dataset.

Returns
TypeDescription
int|string

setDataItemCount

Output only. The number of data items in the dataset.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this