Class MigrateAutomlModelConfig (1.13.0)

MigrateAutomlModelConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
model str
Required. Full resource name of automl Model. Format: ``projects/{project}/locations/{location}/models/{model}``.
model_display_name str
Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.

Inheritance

builtins.object > proto.message.Message > MigrateAutomlModelConfig