Kitaru

AnalyzerCreateRequest

Analyzer create request.

Attributes

attributenamestr
= Field(description='Analyzer name.')
attributedescriptionstr | None
= Field(default=None, description='Analyzer description.')
attributeproviderstr | None
= Field(default=None, description='External service this analyzer calls.')
attributelogo_urlstr | None
= Field(default=None, description='Analyzer logo URL.')
attributemetadatadict[str, JsonValue]
= Field(default_factory=dict, description='Arbitrary metadata.')
attributeconnection_schemadict[str, JsonValue] | None
= Field(default=None, description='JSON Schema of the connection values this analyzer reads.')

On this page