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
Type
Description
string
setName
Output only. Dataset resource name, format is:
projects/{project_id}/datasets/{dataset_id}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDisplayName
Required. The display name of the dataset. Maximum of 64 characters.
Returns
Type
Description
string
setDisplayName
Required. The display name of the dataset. Maximum of 64 characters.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDescription
Optional. User-provided description of the annotation specification set.
The description can be up to 10000 characters long.
Returns
Type
Description
string
setDescription
Optional. User-provided description of the annotation specification set.
The description can be up to 10000 characters long.
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.
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.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Datalabeling V1beta1 Client - Class Dataset (0.6.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.3 (latest)](/php/docs/reference/cloud-datalabeling/latest/V1beta1.Dataset)\n- [0.6.2](/php/docs/reference/cloud-datalabeling/0.6.2/V1beta1.Dataset)\n- [0.5.7](/php/docs/reference/cloud-datalabeling/0.5.7/V1beta1.Dataset)\n- [0.4.2](/php/docs/reference/cloud-datalabeling/0.4.2/V1beta1.Dataset)\n- [0.3.1](/php/docs/reference/cloud-datalabeling/0.3.1/V1beta1.Dataset)\n- [0.2.0](/php/docs/reference/cloud-datalabeling/0.2.0/V1beta1.Dataset)\n- [0.1.14](/php/docs/reference/cloud-datalabeling/0.1.14/V1beta1.Dataset) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class Dataset.\n\nDataset is the resource to hold your data. You can request multiple labeling\ntasks for a dataset while each one will generate an AnnotatedDataset.\n\nGenerated from protobuf message `google.cloud.datalabeling.v1beta1.Dataset`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataLabeling \\\\ V1beta1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nOutput only. Dataset resource name, format is:\nprojects/{project_id}/datasets/{dataset_id}\n\n### setName\n\nOutput only. Dataset resource name, format is:\nprojects/{project_id}/datasets/{dataset_id}\n\n### getDisplayName\n\nRequired. The display name of the dataset. Maximum of 64 characters.\n\n### setDisplayName\n\nRequired. The display name of the dataset. Maximum of 64 characters.\n\n### getDescription\n\nOptional. User-provided description of the annotation specification set.\n\nThe description can be up to 10000 characters long.\n\n### setDescription\n\nOptional. User-provided description of the annotation specification set.\n\nThe description can be up to 10000 characters long.\n\n### getCreateTime\n\nOutput only. Time the dataset is created.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nOutput only. Time the dataset is created.\n\n### getInputConfigs\n\nOutput only. This is populated with the original input configs\nwhere ImportData is called. It is available only after the clients\nimport data to this dataset.\n\n### setInputConfigs\n\nOutput only. This is populated with the original input configs\nwhere ImportData is called. It is available only after the clients\nimport data to this dataset.\n\n### getBlockingResources\n\nOutput only. The names of any related resources that are blocking changes\nto the dataset.\n\n### setBlockingResources\n\nOutput only. The names of any related resources that are blocking changes\nto the dataset.\n\n### getDataItemCount\n\nOutput only. The number of data items in the dataset.\n\n### setDataItemCount\n\nOutput only. The number of data items in the dataset."]]