# PythonWheelTask

## Properties

| Name                  | Type                                                                                                                                                                                       | Description                                                                                                                                                             | Notes       |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **package\_name**     | Option<**String**>                                                                                                                                                                         | Name of the package to execute                                                                                                                                          | \[optional] |
| **entry\_point**      | Option<**String**>                                                                                                                                                                         | Named entry point to use, if it does not exist in the metadata of the package it executes the function from the package directly using `$packageName.$entryPoint()`     | \[optional] |
| **parameters**        | Option<**Vec**>                                                                                                                                                                            | Command-line parameters passed to Python wheel task. Leave it empty if `named_parameters` is not null.                                                                  | \[optional] |
| **named\_parameters** | Option<[**::std::collections::HashMap\<String, serde\_json::Value>**](https://github.com/mach-kernel/databricks-kube-operator/blob/master/databricks-rust-jobs/docs/serde_json::Value.md)> | Command-line parameters passed to Python wheel task in the form of `[\"--name=task\", \"--data=dbfs:/path/to/data.json\"]`. Leave it empty if `parameters` is not null. | \[optional] |

[\[Back to Model list\]](https://databricks-kube-operator.gitbook.io/doc/databricks-rust-jobs/..#documentation-for-models) [\[Back to API list\]](https://databricks-kube-operator.gitbook.io/doc/databricks-rust-jobs/..#documentation-for-api-endpoints) [\[Back to README\]](https://databricks-kube-operator.gitbook.io/doc/databricks-rust-jobs)
