Google Cloud Ai Platform V1 Client - Class DataLabelingDataset (1.40.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
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<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<DataLabelingDataset\DataLabelingAnnotatedDataset>
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.