Index of the dataiku package#
This page contains the index of classes and functions in the dataiku package and serve as entrypoint to its reference API documentation
- dataiku.api_client()#
Build an API client for the current DSS instance.
- Returns:
API client configured for the current runtime context.
- Return type:
- dataiku.clear_remote_dss()#
Clear the remote DSS configuration previously set by
set_remote_dss().Use this to switch back to default DSS connection resolution (environment, config file, or local DSS context).
- Returns:
None
- dataiku.set_remote_dss(url, api_key=None, no_check_certificate=False, jwt_bearer_token=None)#
Configure access to a remote DSS instance.
- Parameters:
url (str) – Base URL of the remote DSS instance.
api_key (str) – API key to use for remote DSS authentication.
no_check_certificate (bool) – Whether to skip TLS certificate checks (defaults to False).
- Returns:
None
Datasets#
|
Provides a handle to obtain readers and writers on a dataiku Dataset. |
Handle to write to a dataset. |
Managed folders#
|
Handle to interact with a folder. |
|
Handle to write to a managed folder |
Streaming Endpoints#
|
This is a handle to obtain readers and writers on a dataiku streaming endpoint. |
Saved models#
|
Handle to interact with a saved model. |
Metrics and checks#
Handle to the metrics of a DSS object and their last computed value |
|
A value of a metric, on a partition |
|
Handle to the checks of a DSS object and their last computed value |
|
A value of a check, on a partition |
Model Evaluation Stores#
|
This is a handle to interact with a model evaluation store. |
This is a handle to interact with a model evaluation from a model evaluation store. |
Projects#
|
This is a handle to interact with the current project |
