@Stability(value=Stable)
public static interface CfnModelPackage.DriftCheckBiasProperty
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.*;
DriftCheckBiasProperty driftCheckBiasProperty = DriftCheckBiasProperty.builder()
.configFile(FileSourceProperty.builder()
.s3Uri("s3Uri")
// the properties below are optional
.contentDigest("contentDigest")
.contentType("contentType")
.build())
.postTrainingConstraints(MetricsSourceProperty.builder()
.contentType("contentType")
.s3Uri("s3Uri")
// the properties below are optional
.contentDigest("contentDigest")
.build())
.preTrainingConstraints(MetricsSourceProperty.builder()
.contentType("contentType")
.s3Uri("s3Uri")
// the properties below are optional
.contentDigest("contentDigest")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelPackage.DriftCheckBiasProperty.Builder
A builder for
CfnModelPackage.DriftCheckBiasProperty |
static class |
CfnModelPackage.DriftCheckBiasProperty.Jsii$Proxy
An implementation for
CfnModelPackage.DriftCheckBiasProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelPackage.DriftCheckBiasProperty.Builder |
builder() |
default Object |
getConfigFile()
The bias config file for a model.
|
default Object |
getPostTrainingConstraints()
`CfnModelPackage.DriftCheckBiasProperty.PostTrainingConstraints`.
|
default Object |
getPreTrainingConstraints()
`CfnModelPackage.DriftCheckBiasProperty.PreTrainingConstraints`.
|
@Stability(value=Stable) @Nullable default Object getConfigFile()
@Stability(value=Stable) @Nullable default Object getPostTrainingConstraints()
@Stability(value=Stable) @Nullable default Object getPreTrainingConstraints()
@Stability(value=Stable) static CfnModelPackage.DriftCheckBiasProperty.Builder builder()
Copyright © 2022. All rights reserved.