Skip to content

Commit

Permalink
[yaml] add RunInference support with VertexAI (#33406)
Browse files Browse the repository at this point in the history
* [yaml] add RunInference support with VertexAI

Signed-off-by: Jeffrey Kinard <[email protected]>

* address comments and fix tests

Signed-off-by: Jeffrey Kinard <[email protected]>

* add more docs

Signed-off-by: Jeffrey Kinard <[email protected]>

* fix failing tests

Signed-off-by: Jeffrey Kinard <[email protected]>

* fix errors

Signed-off-by: Jeffrey Kinard <[email protected]>

* fix lint

Signed-off-by: Jeffrey Kinard <[email protected]>

---------

Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber authored Dec 26, 2024
1 parent 7c86bf3 commit 7e077dc
Show file tree
Hide file tree
Showing 6 changed files with 592 additions and 110 deletions.
1 change: 1 addition & 0 deletions sdks/python/apache_beam/yaml/standard_providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
config: {}
transforms:
MLTransform: 'apache_beam.yaml.yaml_ml.ml_transform'
RunInference: 'apache_beam.yaml.yaml_ml.run_inference'

- type: renaming
transforms:
Expand Down
Loading

0 comments on commit 7e077dc

Please sign in to comment.