Interface CfnBotPropsMixin.BedrockModelSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.BedrockModelSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.BedrockModelSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
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.lex.*;
BedrockModelSpecificationProperty bedrockModelSpecificationProperty = BedrockModelSpecificationProperty.builder()
.bedrockGuardrailConfiguration(BedrockGuardrailConfigurationProperty.builder()
.bedrockGuardrailIdentifier("bedrockGuardrailIdentifier")
.bedrockGuardrailVersion("bedrockGuardrailVersion")
.build())
.bedrockModelCustomPrompt("bedrockModelCustomPrompt")
.bedrockTraceStatus("bedrockTraceStatus")
.modelArn("modelArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.BedrockModelSpecificationPropertystatic final classAn implementation forCfnBotPropsMixin.BedrockModelSpecificationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnBotPropsMixin.BedrockGuardrailConfigurationPropertydefault Stringdefault Stringdefault StringThe ARN of the foundation model used in descriptive bot building.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBedrockGuardrailConfiguration
Returns union: eitherIResolvableorCfnBotPropsMixin.BedrockGuardrailConfigurationProperty- See Also:
-
getBedrockModelCustomPrompt
- See Also:
-
getBedrockTraceStatus
- See Also:
-
getModelArn
The ARN of the foundation model used in descriptive bot building.- See Also:
-
builder
-