Kitaru

InsightInput

Insight input.

Attributes

attributenamestr
= Field(description='Insight name.')
attributetitlestr
= Field(description='Insight title.')
attributedescriptionstr | None
= Field(default=None, description='Insight description.')
attributedataInsightData
= Field(description='Insight data.')
attributemetadatadict[str, JsonValue]
= Field(default_factory=dict, description='Arbitrary metadata.')

On this page