Share via


KernelReliabilityExtension Class

Kernel reliability extension.

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

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Constructor

KernelReliabilityExtension(*, retry_mechanism: RetryMechanismBase = None)

Keyword-Only Parameters

Name Description
retry_mechanism
Required

Attributes

retry_mechanism

Data descriptor used to emit a runtime deprecation warning before accessing a deprecated field.

retry_mechanism: RetryMechanismBase

msg

The deprecation message to be emitted.

wrapped_property

The property instance if the deprecated field is a computed field, or None.

field_name

The name of the field being deprecated.