def Dataset.get_or_create_collection(name: str) -> CollectionGet a collection by its name. If the collection does not exist, it will be created.
Parameters
Section titled “Parameters”name string The name of the collection
Returns
Section titled “Returns”A collection object.