Interface CfnMemory.SemanticOverrideExtractionConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMemory.SemanticOverrideExtractionConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnMemory
@Stability(Stable)
public static interface CfnMemory.SemanticOverrideExtractionConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
The memory override configuration.
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.bedrockagentcore.*;
SemanticOverrideExtractionConfigurationInputProperty semanticOverrideExtractionConfigurationInputProperty = SemanticOverrideExtractionConfigurationInputProperty.builder()
.appendToPrompt("appendToPrompt")
.modelId("modelId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMemory.SemanticOverrideExtractionConfigurationInputProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The extraction configuration.The memory override configuration model ID.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAppendToPrompt
The extraction configuration.- See Also:
-
getModelId
The memory override configuration model ID.- See Also:
-
builder
@Stability(Stable) static CfnMemory.SemanticOverrideExtractionConfigurationInputProperty.Builder builder()
-