Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita393d57

Browse files
authored
Fix type for transformer pipeline for js (#1137)
1 parent07e0b32 commita393d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎pgml-sdks/pgml/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function newModel(name?: string, source?: string, parameters?: Json): Mod
2222
export function newSplitter(name?: string, parameters?: Json): Splitter;
2323
export function newBuiltins(database_url?: string): Builtins;
2424
export function newPipeline(name: string, model?: Model, splitter?: Splitter, parameters?: Json): Pipeline;
25+
export function newTransformerPipeline(task: string, model?: string, args?: Json, database_url?: string): TransformerPipeline;
2526
"#;
2627

2728
fnmain(){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp