Promptinsightsmetrics
Aggregate prompt insights metrics for the requested time window.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| prompts_scanned | int | Count of prompts scanned in the interval. | [optional] |
| prompts_redacted | int | Count of prompts redacted in the interval. | [optional] |
| } |
Example
from sailpoint.prompt_insights.models.promptinsightsmetrics import Promptinsightsmetrics
promptinsightsmetrics = Promptinsightsmetrics(
prompts_scanned=125000,
prompts_redacted=89
)