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

    Interface EndpointOptions

    The options to call an endpoint.

    interface EndpointOptions {
        apiVersion?: string;
        resourceGroup?: string;
        url: string;
    }
    Index

    Properties

    apiVersion?: string

    The API version to use.

    resourceGroup?: string

    The resource group to use.

    url: string

    The specific endpoint to call.

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