Class CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty
The configuration of the Bedrock foundation model.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty : CfnKnowledgeBasePropsMixin.IBedrockFoundationModelConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty Implements CfnKnowledgeBasePropsMixin.IBedrockFoundationModelConfigurationProperty
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.Mixins.Preview.AWS.Wisdom.Mixins;
var bedrockFoundationModelConfigurationProperty = new BedrockFoundationModelConfigurationProperty {
ModelArn = "modelArn",
ParsingPrompt = new ParsingPromptProperty {
ParsingPromptText = "parsingPromptText"
}
};
Synopsis
Constructors
| BedrockFoundationModelConfigurationProperty() | The configuration of the Bedrock foundation model. |
Properties
| ModelArn | The model ARN of the Bedrock foundation model. |
| ParsingPrompt | The parsing prompt of the Bedrock foundation model configuration. |
Constructors
BedrockFoundationModelConfigurationProperty()
The configuration of the Bedrock foundation model.
public BedrockFoundationModelConfigurationProperty()
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.Mixins.Preview.AWS.Wisdom.Mixins;
var bedrockFoundationModelConfigurationProperty = new BedrockFoundationModelConfigurationProperty {
ModelArn = "modelArn",
ParsingPrompt = new ParsingPromptProperty {
ParsingPromptText = "parsingPromptText"
}
};
Properties
ModelArn
The model ARN of the Bedrock foundation model.
public string? ModelArn { get; set; }
Property Value
Remarks
ParsingPrompt
The parsing prompt of the Bedrock foundation model configuration.
public object? ParsingPrompt { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnKnowledgeBasePropsMixin.IParsingPromptProperty