CreateJobRequest: {
    circuit: JobCircuit;
    maxDuration?: string;
    name: string;
    sessionId: string;
    tags?: string[];
}

Type declaration

  • circuit: JobCircuit

    Quantum circuit that should be executed.

  • OptionalmaxDuration?: string

    Maximum duration of the job.

  • name: string

    Name of the job.

  • sessionId: string

    Session in which the job is executed.

  • Optionaltags?: string[]

    Tags of the job.