Interface IGenerativeAICreateJobParameters

The parameters for creating a generative AI job.

interface IGenerativeAICreateJobParameters {
    options?: IGenerativeAIOptions;
}

Hierarchy (view full)

Properties

Properties

The options for the job.