Google Cloud Ai Platform V1 Client - Class MigrateAutomlDatasetConfig (0.32.0)

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

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

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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ MigrateResourceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataset string

Required. Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.

↳ dataset_display_name string

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

getDataset

Required. Full resource name of automl Dataset.

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

Returns
TypeDescription
string

setDataset

Required. Full resource name of automl Dataset.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDatasetDisplayName

Required. Display name of the Dataset in Vertex AI.

System will pick a display name if unspecified.

Returns
TypeDescription
string

setDatasetDisplayName

Required. Display name of the Dataset in Vertex AI.

System will pick a display name if unspecified.

Parameter
NameDescription
var string
Returns
TypeDescription
$this