Hierarchy

  • APIResource
    • Runs

Constructors

Properties

Methods

Constructors

Properties

outputItems: OutputItems

Methods

  • Cancel an ongoing evaluation run.

    Parameters

    • evalId: string
    • runId: string
    • Optionaloptions: RequestOptions<unknown>

    Returns APIPromise<RunCancelResponse>

  • Delete an eval run.

    Parameters

    • evalId: string
    • runId: string
    • Optionaloptions: RequestOptions<unknown>

    Returns APIPromise<RunDeleteResponse>

  • Get an evaluation run by ID.

    Parameters

    • evalId: string
    • runId: string
    • Optionaloptions: RequestOptions<unknown>

    Returns APIPromise<RunRetrieveResponse>