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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEvaluator.ReasoningConfigurationPropertystatic final classAn implementation forCfnEvaluator.ReasoningConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEffort
The level of reasoning effort the model applies.- See Also:
-
builder
-