Vana SDK - v4.1.0
    Preparing search index...

    Interface OpenJobResultOptions

    Expected plaintext bindings for JobsClient.openResult.

    interface OpenJobResultOptions {
        expect: { jobId: string; scope?: string; version?: string | null };
    }
    Index

    Properties

    Properties

    expect: { jobId: string; scope?: string; version?: string | null }

    Bind the plaintext to this job id.