adobe-firefly-sdk
    Preparing search index...

    Type Alias SucceededEvent

    SucceededEvent: BaseEvent & {
        data?: { [key: string]: unknown };
        dataURL?: string;
        outputs?: { [key: string]: unknown };
        status?: "succeeded";
    }

    Type Declaration

    • Optionaldata?: { [key: string]: unknown }

      The output response from the current state of the job.

    • OptionaldataURL?: string

      The data returned from the execution of the job. If the data size is between 250 KB and 20 MB, it will be provided as a pre-signed URL. If it is larger than 20 MB, the job will fail.

    • Optionaloutputs?: { [key: string]: unknown }

      A list of URLs for all the generated assets.

    • Optionalstatus?: "succeeded"

      The current state of the job.