Skip to main content

OrganizationSummaryResponse

summary objectrequired

Aggregated counts of the organization's models, datasets, and logs.

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.

statusstring

Indicates the result of the operation. Typically "success".

Default: success
OrganizationSummaryResponse
{
"summary": {
"base_models_count": 0,
"datasets_count": 0,
"finetuned_models_count": 0,
"logs_count": 0
},
"status": "success"
}