---
title: Nduv (latest version)
description: API reference for qiskit_ibm_runtime.models.Nduv in the latest version of qiskit-ibm-runtime
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit-ibm-runtime/models-nduv
---

# Nduv

*class* `Nduv(date, name, unit, value)`

[GitHub](https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.49/qiskit_ibm_runtime/models/backend_properties.py#L35-L91)

Bases: `object`

Class representing name-date-unit-value.

### date

date.

### name

name.

### unit

unit.

### value

value.

**Parameters**

- **date** (*datetime.datetime*) – Date field
- **name** (*str*) – Name field
- **unit** (*str*) – Nduv unit
- **value** (*float*) – The value of the Nduv

## Methods

### from\_dict

*classmethod* `from_dict(data)`

[GitHub](https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.49/qiskit_ibm_runtime/models/backend_properties.py#L57-L68)

Create a new Nduv object from a dictionary.

**Parameters**

**data** (*dict\[str, Any]*) – A dictionary representing the Nduv to create. It will be in the same format as output by [`to_dict()`](#qiskit_ibm_runtime.models.Nduv.to_dict "qiskit_ibm_runtime.models.Nduv.to_dict").

**Returns**

The Nduv from the input dictionary.

**Return type**

*NduvT*

### to\_dict

`to_dict()`

[GitHub](https://github.com/Qiskit/qiskit-ibm-runtime/tree/stable/0.49/qiskit_ibm_runtime/models/backend_properties.py#L70-L82)

Return a dictionary format representation of the object.

**Returns**

The dictionary form of the Nduv.

**Return type**

dict\[str, *Any*]
