Interface CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBasePropsMixin
@Stability(Stable)
public static interface CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of the Bedrock foundation model.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
BedrockFoundationModelConfigurationProperty bedrockFoundationModelConfigurationProperty = BedrockFoundationModelConfigurationProperty.builder()
.modelArn("modelArn")
.parsingPrompt(ParsingPromptProperty.builder()
.parsingPromptText("parsingPromptText")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModelArn
The model ARN of the Bedrock foundation model.- See Also:
-
getParsingPrompt
The parsing prompt of the Bedrock foundation model configuration.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.ParsingPromptProperty- See Also:
-
builder
@Stability(Stable) static CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty.Builder builder()
-