Show / Hide Table of Contents

Class CfnEvaluatorPropsMixin.ReasoningConfigurationProperty

The reasoning configuration for reasoning models.

Inheritance
object
CfnEvaluatorPropsMixin.ReasoningConfigurationProperty
Implements
CfnEvaluatorPropsMixin.IReasoningConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-evaluator-reasoningconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-evaluator-reasoningconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-evaluator-reasoningconfiguration.html#cfn-bedrockagentcore-evaluator-reasoningconfiguration-effort

Implements

CfnEvaluatorPropsMixin.IReasoningConfigurationProperty
Back to top Generated by DocFX