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

    Interface BenchmarkJobCreateParams

    interface BenchmarkJobCreateParams {
        name?: string | null;
        spec?:
            | Runloop.BenchmarkJobCreateParams.HarborJobSpec
            | Runloop.BenchmarkJobCreateParams.BenchmarkDefinitionJobSpec
            | Runloop.BenchmarkJobCreateParams.ScenarioDefinitionJobSpec
            | null;
    }
    Index

    Properties

    Properties

    name?: string | null

    The name of the BenchmarkJob. If not provided, name will be generated based on target dataset.

    The job specification. Exactly one spec type must be set.