Google Cloud Ai Platform V1 Client - Class DataLabelingDataset (0.37.1)

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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ MigratableResource

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: projects/{project}/datasets/{dataset}.

↳ 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}.

Returns
Type Description
string

setDataset

Full resource name of data labeling Dataset.

Format: projects/{project}/datasets/{dataset}.

Parameter
Name Description
var string
Returns
Type Description
$this

getDatasetDisplayName

The Dataset's display name in datalabeling.googleapis.com.

Returns
Type Description
string

setDatasetDisplayName

The Dataset's display name in datalabeling.googleapis.com.

Parameter
Name Description
var string
Returns
Type Description
$this

getDataLabelingAnnotatedDatasets

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDataLabelingAnnotatedDatasets

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

Parameter
Name Description
var array<Google\Cloud\AIPlatform\V1\MigratableResource\DataLabelingDataset\DataLabelingAnnotatedDataset>
Returns
Type Description
$this