chore: rename model.size to model.file_size

to disambiguate from RAM size or pixel size
This commit is contained in:
Kevin Turner
2025-04-05 15:05:00 -07:00
committed by psychedelicious
parent e537020c11
commit 52a8ad1c18
12 changed files with 85 additions and 85 deletions

View File

@@ -2914,10 +2914,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -2996,10 +2996,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -3154,10 +3154,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -4316,10 +4316,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -4409,10 +4409,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -4490,10 +4490,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -4577,10 +4577,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -7772,10 +7772,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -8552,10 +8552,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -8745,10 +8745,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -12817,10 +12817,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -12987,10 +12987,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -13153,10 +13153,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -13424,10 +13424,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -13527,10 +13527,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -13631,10 +13631,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -13719,10 +13719,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -15848,10 +15848,10 @@ export type components = {
*/
hash?: string | null;
/**
* Size
* File Size
* @description Size of model file
*/
size?: number | null;
file_size?: number | null;
/**
* Format
* @description format of model file
@@ -18580,10 +18580,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -18724,10 +18724,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -19446,10 +19446,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -19669,10 +19669,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -19740,10 +19740,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -19848,10 +19848,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -19922,10 +19922,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -20446,10 +20446,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.
@@ -20531,10 +20531,10 @@ export type components = {
*/
path: string;
/**
* Size
* File Size
* @description The size of the model in bytes.
*/
size: number;
file_size: number;
/**
* Name
* @description Name of the model.