Skip to main content

Promptinsightsmetrics

Aggregate prompt insights metrics for the requested time window.

Properties

NameTypeDescriptionNotes
prompts_scannedintCount of prompts scanned in the interval.[optional]
prompts_redactedintCount of prompts redacted in the interval.[optional]
}

Example

from sailpoint.prompt_insights.models.promptinsightsmetrics import Promptinsightsmetrics

promptinsightsmetrics = Promptinsightsmetrics(
prompts_scanned=125000,
prompts_redacted=89
)

[Back to top]