timesfm-ts - v1.0.0
    Preparing search index...

    Interface ModelLoadResult

    interface ModelLoadResult {
        buffer: ArrayBuffer;
        sizeBytes: number;
        contentType: string;
    }
    Index

    Properties

    buffer: ArrayBuffer

    The raw ONNX model data.

    sizeBytes: number

    Total size in bytes.

    contentType: string

    Content-Type from the response.