adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderSceneResponseWritable

    type Restv1BetaRenderSceneResponseWritable = {
        bugReportUrl: string;
        error?: string;
        id: string;
        result?: Restv1BetaRenderSceneJobResultWritable;
        status: string;
        url: string;
    }
    Index

    Properties

    bugReportUrl: string

    URL to report a bug about this job.

    error?: string

    Potential error that happened during the job processing.

    id: string

    Unique identifier of the job.

    Result when the job is successfully finished.

    status: string

    Status of the job. Can be not_started, running, succeeded, or failed.

    url: string

    URL to fetch/poll for the job result, in case the job is not finished yet.