get_projects
returns all Projects in a list.get_project_by_name
returns a specific Project by its unique nameget_dataset_by_name
returns a single Dataset or None
if no Dataset with the given name was found.get_images_by_name
method can reduce the effort of searching for these images with your own scripts. The method takes an image name and returns the image(s) with this exact name within your Project.get_images_by_name
returns a list of Images that match the search term