models property

List<Model>? models
getter/setter pair

Models in the requested dataset.

Only the following fields are populated: model_reference, model_type, creation_time, last_modified_time and labels.

Implementation

core.List<Model>? models;