Dataset.add_labels
Was this helpful?
Add labels to a dataset. All labels are case-insensitive and stored lowercase.
labels : str[]
A list of labels to add to the dataset. Labels can only use alphanumeric characters and underscores, and may be include up to one colon to create a multipart label (e.g., school:humanities). Labels can currently only be assigned to datasets owned by an organization, and you must be an administrator of that organization to view and edit labels.
self (a Dataset)
Was this helpful?
Was this helpful?

