RaiPolicyPropertiesResponse

data class RaiPolicyPropertiesResponse(val basePolicyName: String? = null, val completionBlocklists: List<RaiBlocklistConfigResponse>? = null, val contentFilters: List<RaiPolicyContentFilterResponse>? = null, val mode: String? = null, val policyType: String, val promptBlocklists: List<RaiBlocklistConfigResponse>? = null)

Azure OpenAI Content Filters properties.

Constructors

Link copied to clipboard
constructor(basePolicyName: String? = null, completionBlocklists: List<RaiBlocklistConfigResponse>? = null, contentFilters: List<RaiPolicyContentFilterResponse>? = null, mode: String? = null, policyType: String, promptBlocklists: List<RaiBlocklistConfigResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val basePolicyName: String? = null

Name of the base Content Filters.

Link copied to clipboard

The list of blocklists for completion.

Link copied to clipboard

The list of Content Filters.

Link copied to clipboard
val mode: String? = null

Content Filters mode.

Link copied to clipboard

Content Filters policy type.

Link copied to clipboard

The list of blocklists for prompt.