public static interface CfnModelPackage.BiasProperty
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.*; BiasProperty biasProperty = BiasProperty.builder() .postTrainingReport(MetricsSourceProperty.builder() .contentType("contentType") .s3Uri("s3Uri") // the properties below are optional .contentDigest("contentDigest") .build()) .preTrainingReport(MetricsSourceProperty.builder() .contentType("contentType") .s3Uri("s3Uri") // the properties below are optional .contentDigest("contentDigest") .build()) .report(MetricsSourceProperty.builder() .contentType("contentType") .s3Uri("s3Uri") // the properties below are optional .contentDigest("contentDigest") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelPackage.BiasProperty.Builder
A builder for
CfnModelPackage.BiasProperty |
static class |
CfnModelPackage.BiasProperty.Jsii$Proxy
An implementation for
CfnModelPackage.BiasProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackage.BiasProperty.Builder |
builder() |
default java.lang.Object |
getPostTrainingReport()
The post-training bias report for a model.
|
default java.lang.Object |
getPreTrainingReport()
The pre-training bias report for a model.
|
default java.lang.Object |
getReport()
The bias report for a model.
|
default java.lang.Object getPostTrainingReport()
default java.lang.Object getPreTrainingReport()
default java.lang.Object getReport()
static CfnModelPackage.BiasProperty.Builder builder()