For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Getting Started
    • Welcome
    • Contributing
  • Concepts
    • Columns
    • Seed Datasets
    • Agent Rollout Ingestion
    • Custom Columns
    • Validators
    • Processors
    • Person Sampling
    • Traces
    • Architecture & Performance
    • Deployment Options
    • Security
  • Tutorials
    • Overview
    • The Basics
    • Structured Outputs, Jinja Expressions, and Conditional Generation
    • Seeding with an External Dataset
    • Providing Images as Context
    • Generating Images
    • Image-to-Image Editing
  • Recipes
    • Recipe Cards
  • Plugins
    • Overview
    • Example Plugin
    • FileSystemSeedReader Plugins
    • Discover
  • Code Reference
    • Overview
      • Overview
      • data_designer
      • results
      • errors
      • Interface API
        • Data Designer
        • Errors
        • Results
  • Dev Notes
    • Overview
    • Push Datasets to Hugging Face Hub
    • Text-to-SQL for Nemotron Super
    • Async All the Way Down
    • Owning the Model Stack
    • Data Designer Got Skills
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoNeMo Data Designer
On this page
  • Submodules
  • Module Contents
  • Functions
  • Data
  • API
Code ReferenceInterface

data_designer.interface

||View as Markdown|
Previous

Interface Errors

Next

Data Designer

Submodules

  • errors
  • data_designer
  • results

Module Contents

Functions

NameDescription
__getattr__Lazily import interface exports when accessed.
__dir__Return available exports for tab-completion.

Data

_LAZY_IMPORTS __all__

API

_LAZY_IMPORTS
dict[str, tuple[str, str]]
1__all__ = list(...)
1data_designer.interface.__getattr__(name: str) -> object

Lazily import interface exports when accessed.

1data_designer.interface.__dir__() -> list[str]

Return available exports for tab-completion.