Interface CfnModelBiasJobDefinitionPropsMixin.IModelBiasBaselineConfigProperty
The configuration for a baseline model bias job.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnModelBiasJobDefinitionPropsMixin.IModelBiasBaselineConfigProperty
Syntax (vb)
Public Interface CfnModelBiasJobDefinitionPropsMixin.IModelBiasBaselineConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var modelBiasBaselineConfigProperty = new ModelBiasBaselineConfigProperty {
BaseliningJobName = "baseliningJobName",
ConstraintsResource = new ConstraintsResourceProperty {
S3Uri = "s3Uri"
}
};
Synopsis
Properties
| BaseliningJobName | The name of the baseline model bias job. |
| ConstraintsResource | The constraints resource for a monitoring job. |
Properties
BaseliningJobName
The name of the baseline model bias job.
string? BaseliningJobName { get; }
Property Value
Remarks
ConstraintsResource
The constraints resource for a monitoring job.
object? ConstraintsResource { get; }
Property Value
Remarks
Type union: either IResolvable or CfnModelBiasJobDefinitionPropsMixin.IConstraintsResourceProperty