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

    Variable ResourceApiConst

    ResourceApi: {
        _defaultBasePath: undefined;
        kubesubmitV4InstanceTypesGet: (
            headerParameters?: { Authorization?: string },
        ) => OpenApiRequestBuilder<BckndInstanceTypeGetResponse>;
        kubesubmitV4ResourcesGet: (
            headerParameters?: { Authorization?: string },
        ) => OpenApiRequestBuilder<BckndResourceGetResponse>;
        kubesubmitV4ResourcesPatch: (
            body: BckndResourcePatchBody,
            headerParameters?: { Authorization?: string },
        ) => OpenApiRequestBuilder<BckndResourcePatchResponse>;
    }

    Representation of the 'ResourceApi'. This API is part of the 'AI_CORE_API' service.

    Type Declaration