Class CategoricalRatingOption
(deprecated) A categorical rating scale option for custom evaluators.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha
Assembly: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.dll
Syntax (csharp)
public class CategoricalRatingOption : ICategoricalRatingOption
Syntax (vb)
Public Class CategoricalRatingOption Implements ICategoricalRatingOption
Remarks
Categorical scales define discrete labels for scoring agent performance.
Stability: Deprecated
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.AWS.Bedrock.Agentcore.Alpha;
var categoricalRatingOption = new CategoricalRatingOption {
Definition = "definition",
Label = "label"
};
Synopsis
Constructors
| CategoricalRatingOption() | (deprecated) A categorical rating scale option for custom evaluators. |
Properties
| Definition | (deprecated) The description that explains what this rating represents. |
| Label | (deprecated) The label for this rating option. |
Constructors
CategoricalRatingOption()
(deprecated) A categorical rating scale option for custom evaluators.
public CategoricalRatingOption()
Remarks
Categorical scales define discrete labels for scoring agent performance.
Stability: Deprecated
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.AWS.Bedrock.Agentcore.Alpha;
var categoricalRatingOption = new CategoricalRatingOption {
Definition = "definition",
Label = "label"
};
Properties
Definition
(deprecated) The description that explains what this rating represents.
[Obsolete]
public string Definition { get; set; }
Property Value
Remarks
Stability: Deprecated
Examples
"The response fully addresses the user query with accurate information.";
Label
(deprecated) The label for this rating option.
[Obsolete]
public string Label { get; set; }
Property Value
Remarks
Stability: Deprecated
Examples
"Good";