Class MigrateAutomlModelConfig (0.5.1)

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

Config for migrating Model in automl.googleapis.com to AI Platform'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 AI Platform. System will pick a display name if unspecified.

Inheritance

builtins.object > proto.message.Message > MigrateAutomlModelConfig