adobe-firefly-sdk
    Preparing search index...

    Type Alias AsyncJobResponse

    type AsyncJobResponse = {
        cancelUrl?: string;
        jobId?: string;
        status?: string;
        statusUrl?: string;
    }
    Index

    Properties

    cancelUrl?: string

    URL to cancel the job.

    jobId?: string

    Job URN identifier.

    status?: string

    Current status of the job.

    statusUrl?: string

    URL to poll for job status.