interface ReasoningConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnEvaluator.ReasoningConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnEvaluator_ReasoningConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnEvaluator.ReasoningConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnEvaluator.ReasoningConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnEvaluator » 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-lib';
const reasoningConfigurationProperty: bedrockagentcore.CfnEvaluator.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