Options for the WatsonXAI constructor.

interface Options {
    version?: string;
}

Hierarchy

  • UserOptions
    • Options

Properties

Properties

version?: string

The version date for the API of the form YYYY-MM-DD. If not provided, the version date will be automatically determined from the VERSION.ts file modification date.