Interface CfnEvaluator.ReasoningConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEvaluator.ReasoningConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnEvaluator

@Stability(Stable) public static interface CfnEvaluator.ReasoningConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrockagentcore.*;
 ReasoningConfigurationProperty reasoningConfigurationProperty = ReasoningConfigurationProperty.builder()
         .effort("effort")
         .build();
 

See Also: