Interface CfnRecommender.MetricsProperty

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

@Stability(Stable) public static interface CfnRecommender.MetricsProperty extends software.amazon.jsii.JsiiSerializable
Training metrics by type.

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.customerprofiles.*;
 MetricsProperty metricsProperty = MetricsProperty.builder()
         .coverage(123)
         .freshness(123)
         .hit(123)
         .popularity(123)
         .recall(123)
         .similarity(123)
         .build();
 

See Also: