---
title: SamplerGradientResult (v0.46)
description: API reference for qiskit.algorithms.gradients.SamplerGradientResult in qiskit v0.46
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/0.46/qiskit.algorithms.gradients.SamplerGradientResult
---

# SamplerGradientResult

*class* `qiskit.algorithms.gradients.SamplerGradientResult(gradients, metadata, options)`

[GitHub](https://github.com/qiskit/qiskit/tree/stable/0.46/qiskit/algorithms/gradients/base/sampler_gradient_result.py)

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Result of SamplerGradient.

## Attributes

### gradients

Type: `list[list[dict[int, float]]]`

The gradients of the sample probabilities.

### metadata

Type: `list[dict[str, Any]]`

Additional information about the job.

### options

Type: `Options`

Primitive runtime options for the execution of the job.
