Interface CfnPromptVersion.SystemContentBlockProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPromptVersion.SystemContentBlockProperty.Jsii$Proxy
- Enclosing class:
CfnPromptVersion
@Stability(Stable)
public static interface CfnPromptVersion.SystemContentBlockProperty
extends software.amazon.jsii.JsiiSerializable
Contains configurations for instructions to provide the model for how to handle input.
To learn more, see Using the Converse API .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.bedrock.*; SystemContentBlockProperty systemContentBlockProperty = SystemContentBlockProperty.builder() .cachePoint(CachePointBlockProperty.builder() .type("type") .build()) .text("text") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPromptVersion.SystemContentBlockProperty
static final class
An implementation forCfnPromptVersion.SystemContentBlockProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCachePoint
CachePoint to include in the system prompt.- See Also:
-
getText
-
builder
-