qai_hub.get_project

get_project(project_id)

Returns the project corresponding to the specified ID.

Parameters:

project_id (str) – ID of the project.

Returns:

project – The project for the ID.

Return type:

Project

Examples

Get project (granted you provide a valid project ID):

import qai_hub as hub

# The argument must be the ID for a valid project.
project = hub.get_project("my-project-123456")