langchain.js
    Preparing search index...
    interface WatsonxDeployedInputLLM {
        authenticator?: string;
        decodingMethod?: undefined;
        idOrName?: string;
        includeStopSequence?: undefined;
        lengthPenalty?: undefined;
        maxConcurrency?: number;
        maxNewTokens?: undefined;
        maxRetries?: number;
        minNewTokens?: undefined;
        model?: undefined;
        randomSeed?: undefined;
        repetitionPenalty?: undefined;
        returnOptions?: undefined;
        serviceUrl: string;
        stopSequence?: undefined;
        streaming?: boolean;
        temperature?: undefined;
        timeLimit?: undefined;
        topK?: undefined;
        topP?: undefined;
        truncateInpuTokens?: undefined;
        version: string;
        watsonxCallbacks?: RequestCallbacks<any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authenticator?: string
    decodingMethod?: undefined
    idOrName?: string
    includeStopSequence?: undefined
    lengthPenalty?: undefined
    maxConcurrency?: number
    maxNewTokens?: undefined
    maxRetries?: number
    minNewTokens?: undefined
    model?: undefined
    randomSeed?: undefined
    repetitionPenalty?: undefined
    returnOptions?: undefined
    serviceUrl: string
    stopSequence?: undefined
    streaming?: boolean
    temperature?: undefined
    timeLimit?: undefined
    topK?: undefined
    topP?: undefined
    truncateInpuTokens?: undefined
    version: string
    watsonxCallbacks?: RequestCallbacks<any>