adobe-firefly-sdk
    Preparing search index...

    Type Alias SenseiJobStatusData

    type SenseiJobStatusData = {
        body?: never;
        headers?: { "x-gw-ims-org-id"?: string };
        path: { jobId: string };
        query?: never;
        url: "/sensei/status/{jobId}";
    }
    Index

    Properties

    body?: never
    headers?: { "x-gw-ims-org-id"?: string }

    Type Declaration

    • Optionalx-gw-ims-org-id?: string

      The IMS organization ID. This only needs to be sent if you want to receive the job status through Adobe I/O Events.

    path: { jobId: string }

    Type Declaration

    • jobId: string

      The job ID.

    query?: never
    url: "/sensei/status/{jobId}"