Google Cloud Ai Platform V1 Client - Class MigrateDataLabelingDatasetConfig (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MigrateDataLabelingDatasetConfig.

Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset.

Generated from protobuf message google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ dataset string

Required. Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

↳ dataset_display_name string

Optional. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.

↳ migrate_data_labeling_annotated_dataset_configs array<Google\Cloud\AIPlatform\V1\MigrateResourceRequest\MigrateDataLabelingDatasetConfig\MigrateDataLabelingAnnotatedDatasetConfig>

Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.

getDataset

Required. Full resource name of data labeling Dataset.

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

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

Returns
Type Description
string

setDataset

Required. Full resource name of data labeling Dataset.

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

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

Parameter
Name Description
var string
Returns
Type Description
$this

getDatasetDisplayName

Optional. Display name of the Dataset in Vertex AI.

System will pick a display name if unspecified.

Generated from protobuf field string dataset_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
string

setDatasetDisplayName

Optional. Display name of the Dataset in Vertex AI.

System will pick a display name if unspecified.

Generated from protobuf field string dataset_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
var string
Returns
Type Description
$this

getMigrateDataLabelingAnnotatedDatasetConfigs

Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig migrate_data_labeling_annotated_dataset_configs = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMigrateDataLabelingAnnotatedDatasetConfigs

Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateDataLabelingDatasetConfig.MigrateDataLabelingAnnotatedDatasetConfig migrate_data_labeling_annotated_dataset_configs = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
var array<Google\Cloud\AIPlatform\V1\MigrateResourceRequest\MigrateDataLabelingDatasetConfig\MigrateDataLabelingAnnotatedDatasetConfig>
Returns
Type Description
$this