Interface CfnOnlineEvaluationConfig.ClusteringConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnOnlineEvaluationConfig.ClusteringConfigProperty.Jsii$Proxy
Enclosing class:
CfnOnlineEvaluationConfig

@Stability(Stable) public static interface CfnOnlineEvaluationConfig.ClusteringConfigProperty extends software.amazon.jsii.JsiiSerializable
The configuration for clustering analysis of evaluation results.

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.*;
 ClusteringConfigProperty clusteringConfigProperty = ClusteringConfigProperty.builder()
         .frequencies(List.of("frequencies"))
         .build();
 

See Also: