nvidia.com

Command Palette

Search for a command to run...

dynamo.nixl_connect.RdmaMetadata — NVIDIA Dynamo Documentation

Last updated: 12/12/2025

Title: dynamo.nixl_connect.RdmaMetadata — NVIDIA Dynamo Documentation

URL Source: https://docs.nvidia.com/dynamo/archive/0.5.1/API/nixl_connect/rdma_metadata.html?userAgent=PromptingBot%2F1.0.0

Published Time: Tue, 14 Oct 2025 16:26:11 GMT

Markdown Content: Skip to main content

Back to top- [x] - [x]

Ctrl+K

Image 1: NVIDIA Dynamo Documentation - HomeImage 2: NVIDIA Dynamo Documentation - Home NVIDIA Dynamo Documentation

Search Ctrl+K

Search Ctrl+K

Image 3: NVIDIA Dynamo Documentation - HomeImage 4: NVIDIA Dynamo Documentation - Home NVIDIA Dynamo Documentation

Table of Contents

Getting Started

Kubernetes Deployment

Components

Developer Guide

dynamo.nixl_connect.RdmaMetadata#

A Pydantic type intended to provide JSON serialized NIXL metadata about a ReadableOperation or WritableOperation object. NIXL metadata contains detailed information about a worker process and how to access memory regions registered with the corresponding agent. This data is required to perform data transfers using the NIXL-based I/O subsystem.

Warning

NIXL metadata contains information to connect corresponding backends across agents, as well as identification keys to access specific registered memory regions. This data provides direct memory access between workers, and should be considered sensitive and therefore handled accordingly.

Use the respective class’s .metadata() method to generate an RdmaMetadata object for an operation.

Tip

Classes using RdmaMetadata objects must be paired correctly. ReadableOperation with ReadOperation, and WritableOperation with WriteOperation. Incorrect pairing will result in an error being raised.

Related Classes#

On this page

Image 5: NVIDIAImage 6: NVIDIA

Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2024-2025, NVIDIA CORPORATION & AFFILIATES.

Links/Buttons:

Related Articles