UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

27 lines (26 loc) 2.82 kB
export declare function AdvancedSolutionsLab(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AIHub(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AIPlatformDataLabelingService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AIPlatform(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AutomlNaturalLanguage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AutomlTables(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AutomlTranslation(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AutomlVideoIntelligence(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AutomlVision(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Automl(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DialogFlowEnterpriseEdition(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InferenceAPI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function JobsAPI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NaturalLanguageAPI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RecommendationsAI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SpeechToText(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TextToSpeech(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TPU(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TranslationAPI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VertexAI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VideoIntelligenceAPI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VisionAPI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const AutoML: typeof Automl; export declare const NLAPI: typeof NaturalLanguageAPI; export declare const STT: typeof SpeechToText; export declare const TTS: typeof TextToSpeech;