@runloop/api-client - v1.4.0
    Preparing search index...

    Interface BenchmarkScenarioUpdateParameters

    interface BenchmarkScenarioUpdateParameters {
        scenarios_to_add?: string[] | null;
        scenarios_to_remove?: string[] | null;
    }
    Index

    Properties

    scenarios_to_add?: string[] | null

    Scenario IDs to add to the Benchmark.

    scenarios_to_remove?: string[] | null

    Scenario IDs to remove from the Benchmark.