Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Dec 3, 2024
1 parent 20f818e commit ca2c70c
Show file tree
Hide file tree
Showing 186 changed files with 1,626 additions and 666 deletions.
2 changes: 1 addition & 1 deletion apidocs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**@cdklabs/generative-ai-cdk-constructs****Docs**
**@cdklabs/generative-ai-cdk-constructs**

***

Expand Down
58 changes: 43 additions & 15 deletions apidocs/classes/AossCwDashboard.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)**Docs**
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)

***

Expand All @@ -22,15 +22,21 @@ Constructs a new instance of the AossCwDashboard class.

#### Parameters

**scope**: `Construct`
##### scope

`Construct`

represents the scope for all the resources.

**id**: `string`
##### id

`string`

this is a a scope-unique id.

**props**: [`AossCwDashboardProps`](../interfaces/AossCwDashboardProps.md)
##### props

[`AossCwDashboardProps`](../interfaces/AossCwDashboardProps.md)

user provided props for the construct.

Expand Down Expand Up @@ -74,11 +80,17 @@ The tree node.
#### Parameters

**collectionName**: `string`
##### collectionName

**collectionId**: `string`
`string`

**props**: [`CollectionMonitoringProps`](../interfaces/CollectionMonitoringProps.md)
##### collectionId

`string`

##### props

[`CollectionMonitoringProps`](../interfaces/CollectionMonitoringProps.md)

#### Returns

Expand All @@ -92,9 +104,13 @@ The tree node.
#### Parameters

**collection**: `CfnCollection`
##### collection

`CfnCollection`

##### props

**props**: [`CollectionMonitoringProps`](../interfaces/CollectionMonitoringProps.md)
[`CollectionMonitoringProps`](../interfaces/CollectionMonitoringProps.md)

#### Returns

Expand All @@ -108,15 +124,25 @@ The tree node.
#### Parameters

**collectionName**: `string`
##### collectionName

**collectionId**: `string`
`string`

##### collectionId

`string`

##### IndexName

**IndexName**: `string`
`string`

##### IndexId

**IndexId**: `string`
`string`

**props**: [`IndexMonitoringProps`](../interfaces/IndexMonitoringProps.md)
##### props

[`IndexMonitoringProps`](../interfaces/IndexMonitoringProps.md)

#### Returns

Expand Down Expand Up @@ -162,7 +188,9 @@ this type-testing method instead.

#### Parameters

**x**: `any`
##### x

`any`

Any object

Expand Down
34 changes: 25 additions & 9 deletions apidocs/classes/BaseClass.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)**Docs**
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)

***

Expand Down Expand Up @@ -28,9 +28,13 @@
#### Parameters

**scope**: `Construct`
##### scope

**id**: `string`
`Construct`

##### id

`string`

#### Returns

Expand Down Expand Up @@ -134,7 +138,9 @@ Record<string, number> , maps construct name with number of deployments
#### Parameters

**props**: [`BaseClassProps`](../interfaces/BaseClassProps.md)
##### props

[`BaseClassProps`](../interfaces/BaseClassProps.md)

#### Returns

Expand Down Expand Up @@ -164,11 +170,17 @@ Returns a string representation of this construct.
#### Parameters

**props**: [`BaseClassProps`](../interfaces/BaseClassProps.md)
##### props

[`BaseClassProps`](../interfaces/BaseClassProps.md)

**scope**: `Construct`
##### scope

**lambdaFunctions**: `DockerImageFunction`[]
`Construct`

##### lambdaFunctions

`DockerImageFunction`[]

#### Returns

Expand All @@ -182,7 +194,9 @@ Returns a string representation of this construct.
#### Parameters

**props**: [`BaseClassProps`](../interfaces/BaseClassProps.md)
##### props

[`BaseClassProps`](../interfaces/BaseClassProps.md)

#### Returns

Expand Down Expand Up @@ -212,7 +226,9 @@ this type-testing method instead.

#### Parameters

**x**: `any`
##### x

`any`

Any object

Expand Down
34 changes: 25 additions & 9 deletions apidocs/classes/BedrockCwDashboard.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)**Docs**
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)

***

Expand All @@ -22,15 +22,21 @@ Constructs a new instance of the BedrockCwDashboard class.

#### Parameters

**scope**: `Construct`
##### scope

`Construct`

represents the scope for all the resources.

**id**: `string`
##### id

`string`

this is a a scope-unique id.

**props**: [`BedrockCwDashboardProps`](../interfaces/BedrockCwDashboardProps.md) = `{}`
##### props

[`BedrockCwDashboardProps`](../interfaces/BedrockCwDashboardProps.md) = `{}`

user provided props for the construct.

Expand Down Expand Up @@ -74,7 +80,9 @@ The tree node.
#### Parameters

**props**: [`ModelMonitoringProps`](../interfaces/ModelMonitoringProps.md) = `{}`
##### props

[`ModelMonitoringProps`](../interfaces/ModelMonitoringProps.md) = `{}`

#### Returns

Expand All @@ -88,11 +96,17 @@ The tree node.
#### Parameters

**modelName**: `string`
##### modelName

**modelId**: `string`
`string`

**props**: [`ModelMonitoringProps`](../interfaces/ModelMonitoringProps.md) = `{}`
##### modelId

`string`

##### props

[`ModelMonitoringProps`](../interfaces/ModelMonitoringProps.md) = `{}`

#### Returns

Expand Down Expand Up @@ -138,7 +152,9 @@ this type-testing method instead.

#### Parameters

**x**: `any`
##### x

`any`

Any object

Expand Down
26 changes: 19 additions & 7 deletions apidocs/classes/ContainerImage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)**Docs**
[**@cdklabs/generative-ai-cdk-constructs**](../README.md)

***

Expand Down Expand Up @@ -30,9 +30,13 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
#### Parameters

**scope**: `Construct`
##### scope

**grantable**: `IGrantable`
`Construct`

##### grantable

`IGrantable`

#### Returns

Expand All @@ -46,9 +50,13 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
#### Parameters

**directory**: `string`
##### directory

`string`

**options**: `DockerImageAssetOptions` = `{}`
##### options

`DockerImageAssetOptions` = `{}`

#### Returns

Expand All @@ -62,9 +70,13 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
#### Parameters

**repository**: `IRepository`
##### repository

`IRepository`

##### tag

**tag**: `string` = `'latest'`
`string` = `'latest'`

#### Returns

Expand Down
Loading

0 comments on commit ca2c70c

Please sign in to comment.