Class AutomlModel (1.2.0)

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

Represents one Model in automl.googleapis.com. .. attribute:: model

Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.

:type: str

Attribute

NameDescription
model_display_name str
The Model's display name in automl.googleapis.com.

Inheritance

builtins.object > proto.message.Message > AutomlModel