adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaComposeSceneResponse

    type Restv1BetaComposeSceneResponse = {
        $schema?: string;
        bugReportUrl: string;
        error?: string;
        id: string;
        result?: Restv1BetaComposeSceneJobResult;
        status: string;
        url: string;
    }
    Index

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    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 job result in case the job is not finished yet.