Class CfnModelPackage.ModelQualityProperty
Model quality statistics and constraints.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ModelQualityProperty : Object, CfnModelPackage.IModelQualityProperty
Syntax (vb)
Public Class ModelQualityProperty
Inherits Object
Implements CfnModelPackage.IModelQualityProperty
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.Sagemaker;
var modelQualityProperty = new ModelQualityProperty {
Constraints = new MetricsSourceProperty {
ContentType = "contentType",
S3Uri = "s3Uri",
// the properties below are optional
ContentDigest = "contentDigest"
},
Statistics = new MetricsSourceProperty {
ContentType = "contentType",
S3Uri = "s3Uri",
// the properties below are optional
ContentDigest = "contentDigest"
}
};
Synopsis
Constructors
Model |
Properties
Constraints | Model quality constraints. |
Statistics | Model quality statistics. |
Constructors
ModelQualityProperty()
public ModelQualityProperty()
Properties
Constraints
Model quality constraints.
public object Constraints { get; set; }
Property Value
System.
Remarks
Statistics
Model quality statistics.
public object Statistics { get; set; }
Property Value
System.