interface CachePointBlockProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnPromptVersionPropsMixin.CachePointBlockProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnPromptVersionPropsMixin_CachePointBlockProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnPromptVersionPropsMixin.CachePointBlockProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnPromptVersionPropsMixin.CachePointBlockProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnPromptVersionPropsMixin » CachePointBlockProperty |
Defines a section of content to be cached for reuse in subsequent API calls.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const cachePointBlockProperty: bedrock_mixins.CfnPromptVersionPropsMixin.CachePointBlockProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | Specifies the type of cache point within the CachePointBlock. |
type?
Type:
string
(optional)
Specifies the type of cache point within the CachePointBlock.

.NET
Go
Java
Python
TypeScript