Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-metrics.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-metrics.html#cfn-customerprofiles-recommender-metrics-coverage

Freshness

Training metrics by type.

double? Freshness { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-metrics.html#cfn-customerprofiles-recommender-metrics-freshness

Hit

Training metrics by type.

double? Hit { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-metrics.html#cfn-customerprofiles-recommender-metrics-hit

Popularity

Training metrics by type.

double? Popularity { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-metrics.html#cfn-customerprofiles-recommender-metrics-popularity

Recall

Training metrics by type.

double? Recall { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-metrics.html#cfn-customerprofiles-recommender-metrics-recall

Similarity

Training metrics by type.

double? Similarity { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-metrics.html#cfn-customerprofiles-recommender-metrics-similarity

Back to top Generated by DocFX