@Stability(value=Stable)
public static interface CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty
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.*;
ModelBiasBaselineConfigProperty modelBiasBaselineConfigProperty = ModelBiasBaselineConfigProperty.builder()
.baseliningJobName("baseliningJobName")
.constraintsResource(ConstraintsResourceProperty.builder()
.s3Uri("s3Uri")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty.Builder
|
static class |
CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty.Jsii$Proxy
An implementation for
CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty.Builder |
builder() |
default String |
getBaseliningJobName()
The name of the baseline model bias job.
|
default Object |
getConstraintsResource()
The constraints resource for a monitoring job.
|
@Stability(value=Stable) @Nullable default String getBaseliningJobName()
@Stability(value=Stable) @Nullable default Object getConstraintsResource()
@Stability(value=Stable) static CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.