adobe-firefly-sdk
    Preparing search index...

    Type Alias JobSucceededPayload

    JobSucceededPayload

    Returned when the job has completed successfully.

    type JobSucceededPayload = {
        jobId: string;
        result: JobResult | CreativeUpsamplerResponse;
        status: "succeeded";
    }
    Index

    Properties

    Properties

    jobId: string

    The job ID.

    The result of the completed job. The schema depends on the async operation (for example generation, composite, or upscale).

    status: "succeeded"

    Indicates that the job has succeeded.