bayesline.api.ScopedGrant

bayesline.api.ScopedGrant#

model ScopedGrant#

A grant on a feature, together with where it came from.

Fields#

Field

Type

Required

Default

feature

str

Yes

grant

Grant

Yes

source

GrantSource

Yes

field feature: str [Required]#

The identity of the feature it grants on.

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