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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRecommender.MetricsPropertystatic final classAn implementation forCfnRecommender.MetricsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCoverage
- See Also:
-
getFreshness
- See Also:
-
getHit
- See Also:
-
getPopularity
- See Also:
-
getRecall
- See Also:
-
getSimilarity
- See Also:
-
builder
-