bayesline.api.EvaluatedGrant

bayesline.api.EvaluatedGrant#

model EvaluatedGrant#

A grant, where it came from, and whether it is the one that decided.

Fields#

Field

Type

Required

Default

decides_enabled

bool

No

False

grant

Grant

Yes

source

GrantSource

Yes

field decides_enabled: bool [Optional]#

Whether the enabled state was read from this grant. At most one grant per feature decides it, and none does where the feature is left at its default.

field grant: Grant [Required]#
field source: GrantSource [Required]#