PiAndJailbreakFilterResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)Prompt injection and Jailbreak Filter Result.
Attributes |
|
|---|---|
| Name | Description |
execution_state |
google.cloud.modelarmor_v1beta.types.FilterExecutionState
Output only. Reports whether Prompt injection and Jailbreak filter was successfully executed or not. |
message_items |
MutableSequence[google.cloud.modelarmor_v1beta.types.MessageItem]
Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation. |
match_state |
google.cloud.modelarmor_v1beta.types.FilterMatchState
Output only. Match state for Prompt injection and Jailbreak. |
confidence_level |
google.cloud.modelarmor_v1beta.types.DetectionConfidenceLevel
Confidence level identified for Prompt injection and Jailbreak. |