Class CfnPrompt.CachePointBlockProperty
Defines a section of content to be cached for reuse in subsequent API calls.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPrompt.CachePointBlockProperty : CfnPrompt.ICachePointBlockProperty
Syntax (vb)
Public Class CfnPrompt.CachePointBlockProperty Implements CfnPrompt.ICachePointBlockProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock;
var cachePointBlockProperty = new CachePointBlockProperty {
Type = "type"
};
Synopsis
Constructors
| CachePointBlockProperty() | Defines a section of content to be cached for reuse in subsequent API calls. |
Properties
| Type | Specifies the type of cache point within the CachePointBlock. |
Constructors
CachePointBlockProperty()
Defines a section of content to be cached for reuse in subsequent API calls.
public CachePointBlockProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock;
var cachePointBlockProperty = new CachePointBlockProperty {
Type = "type"
};
Properties
Type
Specifies the type of cache point within the CachePointBlock.
public string Type { get; set; }