SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Interface ModelConfig<ModelNameT>

    The model deployment configuration when using a model.

    interface ModelConfig<ModelNameT = string> {
        modelName: ModelNameT;
        modelVersion?: string;
    }

    Type Parameters

    • ModelNameT = string

      String literal type representing the name of the model.

    Index

    Properties

    modelName: ModelNameT

    The name of the model.

    modelVersion?: string

    The version of the model.

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.