Show / Hide Table of Contents

Interface CfnDataSourcePropsMixin.IBedrockFoundationModelConfigurationProperty

Settings for a foundation model used to parse documents for a data source.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IBedrockFoundationModelConfigurationProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IBedrockFoundationModelConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-bedrockfoundationmodelconfiguration.html

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.Bedrock.Mixins;

             var bedrockFoundationModelConfigurationProperty = new BedrockFoundationModelConfigurationProperty {
                 ModelArn = "modelArn",
                 ParsingModality = "parsingModality",
                 ParsingPrompt = new ParsingPromptProperty {
                     ParsingPromptText = "parsingPromptText"
                 }
             };

Synopsis

Properties

ModelArn

The ARN of the foundation model to use for parsing.

ParsingModality

Specifies whether to enable parsing of multimodal data, including both text and/or images.

ParsingPrompt

Instructions for interpreting the contents of a document.

Properties

ModelArn

The ARN of the foundation model to use for parsing.

string? ModelArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-bedrockfoundationmodelconfiguration.html#cfn-bedrock-datasource-bedrockfoundationmodelconfiguration-modelarn

ParsingModality

Specifies whether to enable parsing of multimodal data, including both text and/or images.

string? ParsingModality { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-bedrockfoundationmodelconfiguration.html#cfn-bedrock-datasource-bedrockfoundationmodelconfiguration-parsingmodality

ParsingPrompt

Instructions for interpreting the contents of a document.

object? ParsingPrompt { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-bedrockfoundationmodelconfiguration.html#cfn-bedrock-datasource-bedrockfoundationmodelconfiguration-parsingprompt

Type union: either IResolvable or CfnDataSourcePropsMixin.IParsingPromptProperty

Back to top Generated by DocFX