Skip to content

Commit e1a621b

Browse files
authored
feat(bedrock): add Guardrail monitoring (#941)
1 parent 5319cfb commit e1a621b

16 files changed

+1519
-79
lines changed

.gitignore

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.npmignore

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

+69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apidocs/classes/BedrockCwDashboard.md

+32
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@ The tree node.
7474

7575
## Methods
7676

77+
### addAllGuardrailsMonitoring()
78+
79+
> **addAllGuardrailsMonitoring**(): `void`
80+
81+
Add guardrail monitoring to the dashboard
82+
83+
#### Returns
84+
85+
`void`
86+
87+
***
88+
7789
### addAllModelsMonitoring()
7890

7991
> **addAllModelsMonitoring**(`props`): `void`
@@ -90,6 +102,26 @@ The tree node.
90102

91103
***
92104

105+
### addGuardrailMonitoring()
106+
107+
> **addGuardrailMonitoring**(`guardrail`): `void`
108+
109+
Add guardrail monitoring to the dashboard
110+
111+
#### Parameters
112+
113+
##### guardrail
114+
115+
[`IGuardrail`](../namespaces/bedrock/interfaces/IGuardrail.md)
116+
117+
The guardrail to monitor
118+
119+
#### Returns
120+
121+
`void`
122+
123+
***
124+
93125
### addModelMonitoring()
94126

95127
> **addModelMonitoring**(`modelName`, `modelId`, `props`): `void`

0 commit comments

Comments
 (0)