Interface CfnEvaluator.NumericalScaleDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEvaluator.NumericalScaleDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnEvaluator
@Stability(Stable)
public static interface CfnEvaluator.NumericalScaleDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
A numerical rating scale option.
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.*;
NumericalScaleDefinitionProperty numericalScaleDefinitionProperty = NumericalScaleDefinitionProperty.builder()
.definition("definition")
.label("label")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEvaluator.NumericalScaleDefinitionPropertystatic final classAn implementation forCfnEvaluator.NumericalScaleDefinitionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefinition
The description that explains what this numerical rating represents.- See Also:
-
getLabel
The label that describes this numerical rating option.- See Also:
-
getValue
The numerical value for this rating scale option.- See Also:
-
builder
-