google-github-actions/Vertex AI Notebook Review Action

Execute notebooks and create links to their output files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gcs_source_bucketGoogle Cloud Storage bucket to store notebooks to be run by Vertex AI. e.g. <project-id>/nbr/sourceyes
gcs_output_bucketGoogle Cloud Storage bucket to store the results of the notebooks executed by Vertex AI. e.g. <project-id>/nbr/outputyes
allowlistComma separated list of files to run on Vertex AI. e.g. mynotebook.ipynb, somedir/**.pynb. It is expected that this is the output from an action like ```dorny/paths-filter```yes
vertex_machine_typeType of Vertex AI machine to run notebooks on e.g. n1-standard-4non1-standard-4
regionGoogle Cloud region e.g. us-central1, us-east4nous-central1
add_commentAdd a comment to an open PR as the final step - defaults to "true"notrue
kernel_nameNotebook kernel to use for the execution environment - defaults to python3nopython3
vertex_container_nameThe base container image to use. Defaults to the basic Python container.nogcr.io/deeplearning-platform-release/base-cu110:latest

no outputs