Reference API documentation of dataiku

This page contains the index of classes and functions in the dataiku package.

Datasets

dataiku.Dataset(name[, project_key, ignore_flow])

This is a handle to obtain readers and writers on a dataiku Dataset.

dataiku.core.dataset_write.DatasetWriter(dataset)

Handle to write to a dataset.

Managed folders

dataiku.Folder(lookup[, project_key, …])

This is a handle to interact with a managed folder.

dataiku.core.managed_folder.ManagedFolderWriter(…)

Streaming Endpoints

dataiku.StreamingEndpoint(id[, project_key])

This is a handle to obtain readers and writers on a dataiku streaming endpoint.

Saved models

dataiku.Model(lookup[, project_key, ignore_flow])

This is a handle to interact with a saved model

Metrics and checks

dataiku.core.metrics.ComputedMetrics(raw)

Handle to the metrics of a DSS object and their last computed value

dataiku.core.metrics.MetricDataPoint(raw)

A value of a metric, on a partition

dataiku.core.metrics.ComputedChecks(raw)

Handle to the checks of a DSS object and their last computed value

dataiku.core.metrics.CheckDataPoint(raw)

A value of a check, on a partition

Model Evaluation Stores

dataiku.core.model_evaluation_store.ModelEvaluationStore(lookup)

This is a handle to interact with a model evaluation store

dataiku.core.model_evaluation_store.ModelEvaluation(…)

This is a handle to interact with a model evaluation

Projects

dataiku.Project([project_key])

This is a handle to interact with the current project