automlModel property

String? automlModel
getter/setter pair

The AutoML model id referencing a model you created with the AutoML API.

The name should have format 'projects//locations//models/' (This is the model resource name returned from the AutoML API)

Implementation

core.String? automlModel;