Interface CfnOnlineEvaluationConfig.EvaluatorReferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOnlineEvaluationConfig.EvaluatorReferenceProperty.Jsii$Proxy
- Enclosing class:
CfnOnlineEvaluationConfig
@Stability(Stable)
public static interface CfnOnlineEvaluationConfig.EvaluatorReferenceProperty
extends software.amazon.jsii.JsiiSerializable
The reference to an evaluator used in online evaluation configurations.
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.*;
EvaluatorReferenceProperty evaluatorReferenceProperty = EvaluatorReferenceProperty.builder()
.evaluatorId("evaluatorId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOnlineEvaluationConfig.EvaluatorReferencePropertystatic final classAn implementation forCfnOnlineEvaluationConfig.EvaluatorReferenceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEvaluatorId
The unique identifier of the evaluator.- See Also:
-
builder
-