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

    Type Alias InferRequest

    type InferRequest = {
        data: { [key: string]: unknown };
        timestamp?: string;
        episode_name?: string;
    }
    Index

    Properties

    data: { [key: string]: unknown }

    Model-specific data to run inference on

    timestamp?: string

    Timestamp of the inference request, used to mark the event in the episode

    episode_name?: string

    Name of the episode to run inference on