Skip to content

Commit

Permalink
feat(bedrock): add Guardrail monitoring (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-rafams authored Feb 18, 2025
1 parent 5319cfb commit e1a621b
Show file tree
Hide file tree
Showing 16 changed files with 1,519 additions and 79 deletions.
8 changes: 8 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions apidocs/classes/BedrockCwDashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ The tree node.

## Methods

### addAllGuardrailsMonitoring()

> **addAllGuardrailsMonitoring**(): `void`
Add guardrail monitoring to the dashboard

#### Returns

`void`

***

### addAllModelsMonitoring()

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

***

### addGuardrailMonitoring()

> **addGuardrailMonitoring**(`guardrail`): `void`
Add guardrail monitoring to the dashboard

#### Parameters

##### guardrail

[`IGuardrail`](../namespaces/bedrock/interfaces/IGuardrail.md)

The guardrail to monitor

#### Returns

`void`

***

### addModelMonitoring()

> **addModelMonitoring**(`modelName`, `modelId`, `props`): `void`
Expand Down
Loading

0 comments on commit e1a621b

Please sign in to comment.