Interface CfnRecommender.IMetricsProperty
Training metrics by type.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRecommender.IMetricsProperty
Syntax (vb)
Public Interface CfnRecommender.IMetricsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var metricsProperty = new MetricsProperty {
Coverage = 123,
Freshness = 123,
Hit = 123,
Popularity = 123,
Recall = 123,
Similarity = 123
};
Synopsis
Properties
| Coverage | Training metrics by type. |
| Freshness | Training metrics by type. |
| Hit | Training metrics by type. |
| Popularity | Training metrics by type. |
| Recall | Training metrics by type. |
| Similarity | Training metrics by type. |
Properties
Coverage
Training metrics by type.
double? Coverage { get; }
Property Value
Remarks
Freshness
Training metrics by type.
double? Freshness { get; }
Property Value
Remarks
Hit
Training metrics by type.
double? Hit { get; }
Property Value
Remarks
Popularity
Training metrics by type.
double? Popularity { get; }
Property Value
Remarks
Recall
Training metrics by type.
double? Recall { get; }
Property Value
Remarks
Similarity
Training metrics by type.
double? Similarity { get; }