actions-marketplace-validations/Push Kaggle Kernel
Push Keggle Kernel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| metadata_file | Kernel metadata file. | no | — |
| id | ID of kernel (must have the format: {username}/{slug}). | yes | — |
| title | Title of kernel (must be at least five characters). | yes | — |
| code_file | Path to kernel to push (relative from the repo root). | yes | — |
| language | Language that kernel is written in. Valid options are ['python', 'r', 'rmarkdown']. | yes | — |
| kernel_type | Type of kernel. Valid options are ['script', 'notebook']. | yes | — |
| is_private | Whether or not kernel should be private. | no | true |
| enable_gpu | Whether or not kernel should run on a GPU. | no | false |
| enable_internet | Whether or not kernel should be able to access the internet. | no | false |
| dataset_sources | A list of data sources that kernel should use. Each dataset is specified as {username}/{dataset-slug}. | no | "" |
| competition_sources | A list of competition data sources that kernel should use. | no | "" |
| kernel_sources | A list of kernel data sources that kernel should use. Each dataset is specified as {username}/{kernel-slug}. | no | "" |
Outputs
no outputs