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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset |
string
Required. Full resource name of automl Dataset. Format: |
↳ 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}
.
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 automl Dataset.
Format:
projects/{project}/locations/{location}/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
Required. 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) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setDatasetDisplayName
Required. 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) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |