def Dataset.create_collection(name: str) -> CollectionCreate a collection in the dataset.
Parameters
Section titled “Parameters”name string The name of the collection
Returns
Section titled “Returns”The created collection object.
def Dataset.create_collection(name: str) -> CollectionCreate a collection in the dataset.
name string The name of the collection
The created collection object.