Interface CfnRecommenderPropsMixin.TrainingMetricsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRecommenderPropsMixin.TrainingMetricsProperty.Jsii$Proxy
- Enclosing class:
CfnRecommenderPropsMixin
@Stability(Stable)
public static interface CfnRecommenderPropsMixin.TrainingMetricsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.*;
TrainingMetricsProperty trainingMetricsProperty = TrainingMetricsProperty.builder()
.metrics(MetricsProperty.builder()
.coverage(123)
.freshness(123)
.hit(123)
.popularity(123)
.recall(123)
.similarity(123)
.build())
.time("time")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRecommenderPropsMixin.TrainingMetricsPropertystatic final classAn implementation forCfnRecommenderPropsMixin.TrainingMetricsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetrics
Training metrics by type.Returns union: either
IResolvableorCfnRecommenderPropsMixin.MetricsProperty- See Also:
-
getTime
Timestamp of the training metrics.- See Also:
-
builder
-