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

    Job specification describing scenarios and execution configuration

    interface JobSpec {
        agent_configs: Runloop.BenchmarkJobView.JobSpec.AgentConfig[];
        scenario_ids: string[];
        orchestrator_config?:
            | Runloop.BenchmarkJobView.JobSpec.OrchestratorConfig
            | null;
    }
    Index

    Properties

    Agent configurations for this job

    scenario_ids: string[]

    List of scenario IDs to execute

    orchestrator_config?: Runloop.BenchmarkJobView.JobSpec.OrchestratorConfig | null

    Orchestrator configuration for benchmark job execution