adobe-firefly-sdk
    Preparing search index...

    Type Alias AsyncAcceptResponseV3

    AsyncAcceptResponseV3

    type AsyncAcceptResponseV3 = {
        cancelUrl: string;
        jobId: string;
        statusUrl: string;
    }
    Index

    Properties

    cancelUrl: string

    Cancel URL

    The URL to cancel the job.

    jobId: string

    Job ID

    The ID of the job.

    statusUrl: string

    Status URL

    The URL to check the status of the job.