Microsoft.MachineLearningServices workspaces/connections/raiPolicies 2024-07-01-preview
- 最新の を
する - 2024-07-01-preview
- 2024-04-01-preview
Bicep リソース定義
ワークスペース/connections/raiPolicies リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections/raiPolicies リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/connections/raiPolicies@2024-07-01-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
basePolicyName: 'string'
completionBlocklists: [
{
blocking: bool
blocklistName: 'string'
}
]
contentFilters: [
{
allowedContentLevel: 'string'
blocking: bool
enabled: bool
name: 'string'
source: 'string'
}
]
mode: 'string'
promptBlocklists: [
{
blocking: bool
blocklistName: 'string'
}
]
type: 'string'
}
}
プロパティ値
workspaces/connections/raiPolicies
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: 接続 |
プロパティ | Azure OpenAI コンテンツ フィルターのプロパティ。 | RaiPolicyProperties (必須) |
RaiPolicyProperties
名前 | 形容 | 価値 |
---|---|---|
basePolicyName | 基本コンテンツ フィルターの名前。 | 糸 |
completionBlocklists | RaiBlocklistConfig[] | |
contentFilters | RaiPolicyContentFilter[] | |
モード | コンテンツ フィルター モード。 | 'Blocking' 'Default' 'Deferred' |
promptBlocklists | RaiBlocklistConfig[] | |
種類 | コンテンツ フィルター ポリシーの種類。 | 'SystemManaged' 'UserManaged' |
RaiBlocklistConfig
名前 | 形容 | 価値 |
---|---|---|
ブロッキング | ブロックが発生した場合。 | bool |
blocklistName | ContentFilter の名前。 | 糸 |
RaiPolicyContentFilter
名前 | 形容 | 価値 |
---|---|---|
allowedContentLevel | コンテンツがフィルター処理されるレベル。 | 'High' 'Low' 'Medium' |
ブロッキング | ブロックが発生した場合。 | bool |
有効 | ContentFilter が有効になっている場合。 | bool |
名前 | ContentFilter の名前。 | 糸 |
源 | コンテンツ フィルターを適用するコンテンツ ソース。 | 'Completion' 'Prompt' |
ARM テンプレート リソース定義
ワークスペース/connections/raiPolicies リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections/raiPolicies リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.MachineLearningServices/workspaces/connections/raiPolicies",
"apiVersion": "2024-07-01-preview",
"name": "string",
"properties": {
"basePolicyName": "string",
"completionBlocklists": [
{
"blocking": "bool",
"blocklistName": "string"
}
],
"contentFilters": [
{
"allowedContentLevel": "string",
"blocking": "bool",
"enabled": "bool",
"name": "string",
"source": "string"
}
],
"mode": "string",
"promptBlocklists": [
{
"blocking": "bool",
"blocklistName": "string"
}
],
"type": "string"
}
}
プロパティ値
workspaces/connections/raiPolicies
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.MachineLearningServices/workspaces/connections/raiPolicies' |
apiVersion | リソース API のバージョン | '2024-07-01-preview' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) |
プロパティ | Azure OpenAI コンテンツ フィルターのプロパティ。 | RaiPolicyProperties (必須) |
RaiPolicyProperties
名前 | 形容 | 価値 |
---|---|---|
basePolicyName | 基本コンテンツ フィルターの名前。 | 糸 |
completionBlocklists | RaiBlocklistConfig[] | |
contentFilters | RaiPolicyContentFilter[] | |
モード | コンテンツ フィルター モード。 | 'Blocking' 'Default' 'Deferred' |
promptBlocklists | RaiBlocklistConfig[] | |
種類 | コンテンツ フィルター ポリシーの種類。 | 'SystemManaged' 'UserManaged' |
RaiBlocklistConfig
名前 | 形容 | 価値 |
---|---|---|
ブロッキング | ブロックが発生した場合。 | bool |
blocklistName | ContentFilter の名前。 | 糸 |
RaiPolicyContentFilter
名前 | 形容 | 価値 |
---|---|---|
allowedContentLevel | コンテンツがフィルター処理されるレベル。 | 'High' 'Low' 'Medium' |
ブロッキング | ブロックが発生した場合。 | bool |
有効 | ContentFilter が有効になっている場合。 | bool |
名前 | ContentFilter の名前。 | 糸 |
源 | コンテンツ フィルターを適用するコンテンツ ソース。 | 'Completion' 'Prompt' |
Terraform (AzAPI プロバイダー) リソース定義
ワークスペース/connections/raiPolicies リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/connections/raiPolicies リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/connections/raiPolicies@2024-07-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
basePolicyName = "string"
completionBlocklists = [
{
blocking = bool
blocklistName = "string"
}
]
contentFilters = [
{
allowedContentLevel = "string"
blocking = bool
enabled = bool
name = "string"
source = "string"
}
]
mode = "string"
promptBlocklists = [
{
blocking = bool
blocklistName = "string"
}
]
type = "string"
}
})
}
プロパティ値
workspaces/connections/raiPolicies
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.MachineLearningServices/workspaces/connections/raiPolicies@2024-07-01-preview" |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: 接続 |
プロパティ | Azure OpenAI コンテンツ フィルターのプロパティ。 | RaiPolicyProperties (必須) |
RaiPolicyProperties
名前 | 形容 | 価値 |
---|---|---|
basePolicyName | 基本コンテンツ フィルターの名前。 | 糸 |
completionBlocklists | RaiBlocklistConfig[] | |
contentFilters | RaiPolicyContentFilter[] | |
モード | コンテンツ フィルター モード。 | "ブロック" "Default" "Deferred" |
promptBlocklists | RaiBlocklistConfig[] | |
種類 | コンテンツ フィルター ポリシーの種類。 | "SystemManaged" "UserManaged" |
RaiBlocklistConfig
名前 | 形容 | 価値 |
---|---|---|
ブロッキング | ブロックが発生した場合。 | bool |
blocklistName | ContentFilter の名前。 | 糸 |
RaiPolicyContentFilter
名前 | 形容 | 価値 |
---|---|---|
allowedContentLevel | コンテンツがフィルター処理されるレベル。 | "High" "Low" "Medium" |
ブロッキング | ブロックが発生した場合。 | bool |
有効 | ContentFilter が有効になっている場合。 | bool |
名前 | ContentFilter の名前。 | 糸 |
源 | コンテンツ フィルターを適用するコンテンツ ソース。 | "Completion" "プロンプト" |