braket.device_schema.error_mitigation.error_mitigation_properties module

class braket.device_schema.error_mitigation.error_mitigation_properties.ErrorMitigationProperties(*, minimumShots: int)[source]

Bases: BaseModel

Properties of an error mitigation scheme.

minimumShots

The minimum number of shots needed to use the error mitigation scheme.

Type:

int

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

minimumShots: int