# 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\]](/doc/databricks-rust-jobs.md#documentation-for-models) [\[Back to API list\]](/doc/databricks-rust-jobs.md#documentation-for-api-endpoints) [\[Back to README\]](/doc/databricks-rust-jobs.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://databricks-kube-operator.gitbook.io/doc/databricks-rust-jobs/docs/pythonwheeltask.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
