User

class User

Used to list and reference resources (e.g., datasets, projects) owned by a particular user. If referencing resources owned by another user, you will only be able to see entities that you have access to.

Constructors

Examples

user = redivis.user("imathews")

# List all datasets
datasets = user.list_datasets()

# Create a reference to a specific dataset
dataset = user.dataset("test_dataset")

Methods

Last updated