public static interface CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty
These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.
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.*; ModelQualityBaselineConfigProperty modelQualityBaselineConfigProperty = ModelQualityBaselineConfigProperty.builder() .baseliningJobName("baseliningJobName") .constraintsResource(ConstraintsResourceProperty.builder() .s3Uri("s3Uri") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty.Builder
|
static class |
CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty.Jsii$Proxy
An implementation for
CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty.Builder |
builder() |
default java.lang.String |
getBaseliningJobName()
The name of the job that performs baselining for the monitoring job.
|
default java.lang.Object |
getConstraintsResource()
The constraints resource for a monitoring job.
|