actions-marketplace-validations/Vertex AI Notebook Review Action
Execute notebooks and create links to their output files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gcs_source_bucket | Google Cloud Storage bucket to store notebooks to be run by Vertex AI. e.g. <project-id>/nbr/source | yes | — |
| gcs_output_bucket | Google Cloud Storage bucket to store the results of the notebooks executed by Vertex AI. e.g. <project-id>/nbr/output | yes | — |
| allowlist | Comma 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_type | Type of Vertex AI machine to run notebooks on e.g. n1-standard-4 | no | n1-standard-4 |
| region | Google Cloud region e.g. us-central1, us-east4 | no | us-central1 |
| add_comment | Add a comment to an open PR as the final step - defaults to "true" | no | true |
| kernel_name | Notebook kernel to use for the execution environment - defaults to python3 | no | python3 |
| vertex_container_name | The base container image to use. Defaults to the basic Python container. | no | gcr.io/deeplearning-platform-release/base-cu110:latest |
Outputs
no outputs