Class CfnEvaluatorPropsMixin.ReasoningConfigurationProperty
The reasoning configuration for reasoning models.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEvaluatorPropsMixin.ReasoningConfigurationProperty : CfnEvaluatorPropsMixin.IReasoningConfigurationProperty
Syntax (vb)
Public Class CfnEvaluatorPropsMixin.ReasoningConfigurationProperty Implements CfnEvaluatorPropsMixin.IReasoningConfigurationProperty
Remarks
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var reasoningConfigurationProperty = new ReasoningConfigurationProperty {
Effort = "effort"
};
Synopsis
Constructors
| ReasoningConfigurationProperty() | The reasoning configuration for reasoning models. |
Properties
| Effort | The level of reasoning effort the model applies. |
Constructors
ReasoningConfigurationProperty()
The reasoning configuration for reasoning models.
public ReasoningConfigurationProperty()
Remarks
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var reasoningConfigurationProperty = new ReasoningConfigurationProperty {
Effort = "effort"
};
Properties
Effort
The level of reasoning effort the model applies.
public string? Effort { get; set; }