Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DataLabelingDataset.
Represents one Dataset in datalabeling.googleapis.com.
Generated from protobuf message google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset |
string
Full resource name of data labeling Dataset. Format: |
↳ dataset_display_name |
string
The Dataset's display name in datalabeling.googleapis.com. |
↳ data_labeling_annotated_datasets |
array<Google\Cloud\AIPlatform\V1\MigratableResource\DataLabelingDataset\DataLabelingAnnotatedDataset>
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset. |
getDataset
Full resource name of data labeling Dataset.
Format:
projects/{project}/datasets/{dataset}.
Generated from protobuf field string dataset = 1 [(.google.api.resource_reference) = {
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataset
Full resource name of data labeling Dataset.
Format:
projects/{project}/datasets/{dataset}.
Generated from protobuf field string dataset = 1 [(.google.api.resource_reference) = {
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDatasetDisplayName
The Dataset's display name in datalabeling.googleapis.com.
Generated from protobuf field string dataset_display_name = 4;
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatasetDisplayName
The Dataset's display name in datalabeling.googleapis.com.
Generated from protobuf field string dataset_display_name = 4;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataLabelingAnnotatedDatasets
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDataLabelingAnnotatedDatasets
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\MigratableResource\DataLabelingDataset\DataLabelingAnnotatedDataset>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|