Dataiku Documentation
  • Discussions
    • Setup & Configuration
    • Using Dataiku DSS
    • Plugins & Extending Dataiku DSS
    • General Discussion
    • Job Board
    • Community Resources
    • Product Ideas
  • Knowledge
    • Getting Started
    • Knowledge Base
    • Reference Documentation
    • Developer Guide
  • Academy
    • Quick Start Programs
    • Learning Paths
    • Certifications
    • Course Catalog
    • Academy Discussions
  • Community Programs
    • Upcoming User Events
    • Find a User Group
    • Past Events
    • Community Conundrums
    • Dataiku Neurons
    • Banana Data Podcast
  • What's New
  • User's Guide
  • DSS concepts
  • Connecting to data
  • Exploring your data
  • Schemas, storage types and meanings
  • Data preparation
  • Charts
  • Interactive statistics
  • Machine learning
  • The Flow
  • Visual recipes
  • Recipes based on code
  • Code notebooks
  • MLOps
  • Webapps
  • Code Studios
  • Code reports
  • Dashboards
  • Workspaces
  • Data Catalog
  • Dataiku Applications
  • Working with partitions
  • DSS and SQL
  • DSS and Python
  • DSS and R
  • DSS and Spark
  • Code environments
  • Collaboration
  • Specific Data Processing
  • Time Series
  • Geographic data
  • Text & Natural Language Processing
  • Images
  • Audio
  • Video
  • Automation & Deployment
  • Automation scenarios, metrics, and checks
  • Production deployments and bundles
  • API Node & API Deployer: Real-time APIs
  • Governance
  • APIs
  • Python APIs
  • R API
  • Public REST API
  • Additional APIs
    • The Javascript API
    • The Scala API
  • Installation & Administration
  • Installing and setting up
  • Elastic AI computation
  • DSS in the cloud
  • DSS and Hadoop
  • Metastore catalog
  • Operating DSS
  • Security
  • User Isolation
  • Other topics
  • Plugins
  • Streaming data
  • Formula language
  • Custom variables expansion
  • Sampling methods
  • Accessibility
  • Troubleshooting
  • Release notes
  • Other Documentation
  • Third-party acknowledgements
Dataiku DSS
You are viewing the documentation for version 12 of DSS.
  • »
  • Additional APIs Open page in a new tab

Additional APIs¶

This page lists reference for some API exposed by DSS.

These additional APIs come in addition to:

  • The Python APIs

  • The R API

  • The REST API

The additional APIs are a Javascript API for webapps and a Scala API for Scala recipes.

  • The Javascript API
    • Fetching dataset data
      • dataiku.fetch()
    • The DataFrame object
      • DataFrame
        • DataFrame.getNbRows()
        • DataFrame.getRow()
        • DataFrame.getColumnNames()
        • DataFrame.getRows()
        • DataFrame.getRecord()
        • DataFrame.getColumnValues()
        • DataFrame.getColumnIdx()
        • DataFrame.mapRows()
        • DataFrame.mapRecords()
      • dataiku.setAPIKey()
      • dataiku.setDefaultProjectKey()
    • Sampling
      • sampling = ‘head’
      • sampling = ‘random’
      • sampling = ‘full’
      • sampling = ‘random-column’
      • sampling = ‘sort-column’
    • Partitions selection
    • Columns selection
    • Rows filtering
  • The Scala API
    • Reference documentation
    • Example usage
Next Previous

© Copyright 2023, Dataiku

Built with Sphinx using a theme provided by Read the Docs.