alwaysai
Version:
The alwaysAI command-line interface (CLI)
31 lines • 902 B
TypeScript
import { ModelJson } from '@alwaysai/model-configuration-schemas';
export declare function MockModel(): Promise<{
json: ModelJson;
dir: string;
metadata: {
accuracy: string;
created_at: string;
dataset: string;
deleted: boolean;
deprecated: boolean;
description: string;
failed: boolean;
final: boolean;
id: string;
inference_time: number | null;
license: string;
mean_average_precision_top_1: number | null;
mean_average_precision_top_5: number | null;
model_parameters: any;
public: boolean;
size: number;
updated_at: string;
uuid: string;
version: number;
website_url: string;
primary_information: any;
secondary_information: any;
device_support: any;
};
}>;
//# sourceMappingURL=mock-model.d.ts.map