Interface IGenerativeAIDownloadDocumentCreateJobParameters

Represents the parameters to create a download document job

interface IGenerativeAIDownloadDocumentCreateJobParameters {
    documentPath: string;
    objectStoreId: string;
    options?: IGenerativeAIOptions;
    type: DownloadDocument;
}

Hierarchy (view full)

Properties

documentPath: string

The path of the document to download.

objectStoreId: string

The object store id of the document to download.

The options for the job.

The AI job type.