Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig (v0.3.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset

def dataset() -> ::String
Returns
  • (::String) — Required. Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.
Returns
  • (::String) — Required. Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.

#dataset_display_name

def dataset_display_name() -> ::String
Returns
  • (::String) — Required. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.

#dataset_display_name=

def dataset_display_name=(value) -> ::String
Parameter
  • value (::String) — Required. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.
Returns
  • (::String) — Required. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.