Member Junction
    Preparing search index...

    Health-check response shape returned by the sidecar's GET /health endpoint.

    interface SidecarHealthResponse {
        algorithms?: string[];
        cached_models?: number;
        status: string;
    }
    Index

    Properties

    algorithms?: string[]

    Registered algorithm driver keys (present in the managed Python service).

    cached_models?: number

    Warm model-cache depth (present in the managed Python service).

    status: string

    Liveness/readiness status reported by the sidecar (e.g. ok).