你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RaiBlocklistItemProperties Class

RAI Custom Blocklist Item properties.

Constructor

RaiBlocklistItemProperties(*, pattern: str | None = None, is_regex: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
pattern
str

Pattern to match against.

Default value: None
is_regex

If the pattern is a regex pattern.

Default value: None

Variables

Name Description
pattern
str

Pattern to match against.

is_regex

If the pattern is a regex pattern.