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

    The resolved job specification. Contains scenarios, agents, and orchestrator config.

    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