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

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
NameDescription
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
TypeDescription
string

setDataset

Full resource name of data labeling Dataset.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDatasetDisplayName

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

Returns
TypeDescription
string

setDatasetDisplayName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDataLabelingAnnotatedDatasets

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDataLabelingAnnotatedDatasets

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

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\MigratableResource\DataLabelingDataset\DataLabelingAnnotatedDataset>
Returns
TypeDescription
$this