Skip to content

Commit 03d3b6b

Browse files
author
AWS
committed
Amazon Bedrock Runtime Update: Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.
1 parent 087d3f6 commit 03d3b6b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock Runtime",
4+
"contributor": "",
5+
"description": "Launching Multi-modality Content Filter for Amazon Bedrock Guardrails."
6+
}

services/bedrockruntime/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,10 @@
11441144
},
11451145
"documentation":"<p>An assessment of a content policy for a guardrail.</p>"
11461146
},
1147+
"GuardrailContentPolicyImageUnitsProcessed":{
1148+
"type":"integer",
1149+
"box":true
1150+
},
11471151
"GuardrailContentPolicyUnitsProcessed":{
11481152
"type":"integer",
11491153
"box":true
@@ -1783,6 +1787,10 @@
17831787
"contextualGroundingPolicyUnits":{
17841788
"shape":"GuardrailContextualGroundingPolicyUnitsProcessed",
17851789
"documentation":"<p>The contextual grounding policy units processed by the guardrail.</p>"
1790+
},
1791+
"contentPolicyImageUnits":{
1792+
"shape":"GuardrailContentPolicyImageUnitsProcessed",
1793+
"documentation":"<p>The content policy image units processed by the guardrail.</p>"
17861794
}
17871795
},
17881796
"documentation":"<p>The details on the use of the guardrail.</p>"

0 commit comments

Comments
 (0)