RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias InferResponse

    type InferResponse = {
        event_id: number;
        results: { [key: string]: unknown };
        errors: ErrorResponse[];
    }
    Index

    Properties

    event_id: number

    Unique identifier for the inference event

    results: { [key: string]: unknown }

    Model-specific results of the inference

    errors: ErrorResponse[]

    List of errors that occurred during the inference call, but were not fatal and the inference was still completed successfully