OrganizationSummary
base_models_countintegerrequired
Number of base models available to the organization.
datasets_countintegerrequired
Number of datasets created in the organization.
finetuned_models_countintegerrequired
Number of fine-tuned models owned by the organization.
logs_countintegerrequired
Total number of logs stored in the organization.
OrganizationSummary
{
"base_models_count": 0,
"datasets_count": 0,
"finetuned_models_count": 0,
"logs_count": 0
}
Was this page helpful?