Google Cloud Ai Platform V1 Client - Class DataLabelingDataset (0.10.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

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

Generated from protobuf field string dataset = 1 [(.google.api.resource_reference) = {

Returns
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getDatasetDisplayName

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

Generated from protobuf field string dataset_display_name = 4;

Returns
TypeDescription
string

setDatasetDisplayName

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

Generated from protobuf field string dataset_display_name = 4;

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var array<Google\Cloud\AIPlatform\V1\MigratableResource\DataLabelingDataset\DataLabelingAnnotatedDataset>
Returns
TypeDescription
$this