Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty

The configuration of the Bedrock foundation model.

Inheritance
object
CfnKnowledgeBasePropsMixin.BedrockFoundationModelConfigurationProperty
Implements
CfnKnowledgeBasePropsMixin.IBedrockFoundationModelConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-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.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

string

Remarks

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

ParsingPrompt

The parsing prompt of the Bedrock foundation model configuration.

public object? ParsingPrompt { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnKnowledgeBasePropsMixin.IParsingPromptProperty

Implements

CfnKnowledgeBasePropsMixin.IBedrockFoundationModelConfigurationProperty
Back to top Generated by DocFX