@Stability(value=Stable)
public static interface CfnModelPackage.ModelDataQualityProperty
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.services.sagemaker.*;
ModelDataQualityProperty modelDataQualityProperty = ModelDataQualityProperty.builder()
.constraints(MetricsSourceProperty.builder()
.contentType("contentType")
.s3Uri("s3Uri")
// the properties below are optional
.contentDigest("contentDigest")
.build())
.statistics(MetricsSourceProperty.builder()
.contentType("contentType")
.s3Uri("s3Uri")
// the properties below are optional
.contentDigest("contentDigest")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelPackage.ModelDataQualityProperty.Builder
A builder for
CfnModelPackage.ModelDataQualityProperty |
static class |
CfnModelPackage.ModelDataQualityProperty.Jsii$Proxy
An implementation for
CfnModelPackage.ModelDataQualityProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelPackage.ModelDataQualityProperty.Builder |
builder() |
default Object |
getConstraints()
Data quality constraints for a model.
|
default Object |
getStatistics()
Data quality statistics for a model.
|
@Stability(value=Stable) @Nullable default Object getConstraints()
@Stability(value=Stable) @Nullable default Object getStatistics()
@Stability(value=Stable) static CfnModelPackage.ModelDataQualityProperty.Builder builder()
Copyright © 2022. All rights reserved.