@sap-ai-sdk/orchestration
Version:
SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
11 lines • 684 B
TypeScript
import type { DeploymentIdConfig, ResourceGroupConfig } from '@sap-ai-sdk/ai-api/internal.js';
import type { HttpDestinationOrFetchOptions } from '@sap-cloud-sdk/connectivity';
/**
* Get the deployment ID for an orchestration scenario.
* @param deploymentConfig - The deployment configuration (resource group or deployment ID).
* @param destination - The destination to use for the request.
* @returns The ID of the deployment, if found.
* @internal
*/
export declare function getOrchestrationDeploymentId(deploymentConfig: ResourceGroupConfig | DeploymentIdConfig, destination?: HttpDestinationOrFetchOptions): Promise<string>;
//# sourceMappingURL=deployment-resolver.d.ts.map