get Rai Blocklist
Gets the specified custom blocklist associated with the Azure OpenAI account. Azure REST API version: 2023-10-01-preview.
Return
Cognitive Services RaiBlocklist.
Parameters
argument
null
suspend fun getRaiBlocklist(accountName: String, raiBlocklistName: String, resourceGroupName: String): GetRaiBlocklistResult
Return
Cognitive Services RaiBlocklist.
See also
Parameters
account Name
The name of Cognitive Services account.
rai Blocklist Name
The name of the RaiBlocklist associated with the Cognitive Services Account
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getRaiBlocklist(argument: suspend GetRaiBlocklistPlainArgsBuilder.() -> Unit): GetRaiBlocklistResult
Return
Cognitive Services RaiBlocklist.
See also
Parameters
argument
Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetRaiBlocklistPlainArgs.