interface ReasoningConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnEvaluatorPropsMixin.ReasoningConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnEvaluatorPropsMixin_ReasoningConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnEvaluatorPropsMixin.ReasoningConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnEvaluatorPropsMixin.ReasoningConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnEvaluatorPropsMixin » ReasoningConfigurationProperty |
The reasoning configuration for reasoning models.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const reasoningConfigurationProperty: bedrockagentcore.CfnEvaluatorPropsMixin.ReasoningConfigurationProperty = {
effort: 'effort',
};
Properties
| Name | Type | Description |
|---|---|---|
| effort? | string | The level of reasoning effort the model applies. |
effort?
Type:
string
(optional)
The level of reasoning effort the model applies.

.NET
Go
Java
Python
TypeScript