kaggle_dagger
This module has been generated via dagger init and serves as a reference to basic module structure as you get started with Dagger.Two functions have been pre-created. You can modify, delete, or add to them, as needed. They demonstrate usage of arguments and return types using simple echo and grep commands. The functions can be called from the dagger CLI or from one of the SDKs.
The first line in this comment block is a short description line and the rest is a long description with more detail on the module's purpose or usage, if appropriate. All modules should have a short description.
Installation
dagger install github.com/dciangot/kaggle-dagger@76cf97db490315809025dafdf657cb14cfacd225
Entrypoint
Return Type
KaggleDagger !
Arguments
Name | Type | Description |
---|---|---|
labcontainer | Container | An OCI-compatible container, also known as a Docker container. |
Example
Function KaggleDagger.Constructor is not accessible from the kaggle_dagger module
Function KaggleDagger.Constructor is not accessible from the kaggle_dagger module
Function KaggleDagger.Constructor is not accessible from the kaggle_dagger module
Function KaggleDagger.Constructor is not accessible from the kaggle_dagger module
Types
KaggleDagger 🔗
jupyterlab() 🔗
Returns a service running a JupyterLab instance on working dir
Return Type
Container !
Arguments
Name | Type | Default Value | Description |
---|---|---|---|
jupyterSecret | Secret ! | - | A reference to a secret value, which can be handled more safely than the value itself. |
Example
Function KaggleDagger.jupyterlab is not accessible from the kaggle_dagger module
Function KaggleDagger.jupyterlab is not accessible from the kaggle_dagger module
Function KaggleDagger.jupyterlab is not accessible from the kaggle_dagger module
Function KaggleDagger.jupyterlab is not accessible from the kaggle_dagger module
importData() 🔗
Create a container with my data
Return Type
KaggleDagger !
Arguments
Name | Type | Default Value | Description |
---|---|---|---|
apiKeys | File ! | - | A file. |
workingDir | Directory ! | - | A directory. |
competition | String ! | - | No description provided |
Example
Function KaggleDagger.importData is not accessible from the kaggle_dagger module
Function KaggleDagger.importData is not accessible from the kaggle_dagger module
Function KaggleDagger.importData is not accessible from the kaggle_dagger module
Function KaggleDagger.importData is not accessible from the kaggle_dagger module
preprocessData() 🔗
Return Type
KaggleDagger !
Arguments
Name | Type | Default Value | Description |
---|---|---|---|
name | String ! | - | No description provided |
workingDir | Directory ! | - | A directory. |
requirementsFile | File ! | - | A file. |
pythonMain | File ! | - | A file. |
Example
Function KaggleDagger.preprocessData is not accessible from the kaggle_dagger module
Function KaggleDagger.preprocessData is not accessible from the kaggle_dagger module
Function KaggleDagger.preprocessData is not accessible from the kaggle_dagger module
Function KaggleDagger.preprocessData is not accessible from the kaggle_dagger module