diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
33 lines (32 loc) • 3.88 kB
TypeScript
export declare function AIStudio(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AnomalyDetector(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureAppliedAIServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureExperimentationStudio(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureObjectUnderstanding(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureOpenai(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BatchAI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Bonsai(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BotServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CognitiveSearch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CognitiveServicesDecisions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CognitiveServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ComputerVision(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ContentModerators(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CustomVision(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FaceApis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FormRecognizers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GenomicsAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Genomics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ImmersiveReaders(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LanguageUnderstanding(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Language(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearningStudioClassicWebServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearningStudioWebServicePlans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearningStudioWorkspaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearning(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MetricsAdvisor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Personalizers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function QnaMakers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServerlessSearch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SpeechServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TranslatorText(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;