Class CfnModelBiasJobDefinitionPropsMixin.ModelBiasBaselineConfigProperty
The configuration for a baseline model bias job.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnModelBiasJobDefinitionPropsMixin.ModelBiasBaselineConfigProperty : CfnModelBiasJobDefinitionPropsMixin.IModelBiasBaselineConfigProperty
Syntax (vb)
Public Class CfnModelBiasJobDefinitionPropsMixin.ModelBiasBaselineConfigProperty Implements 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
Constructors
| ModelBiasBaselineConfigProperty() | The configuration for a baseline model bias job. |
Properties
| BaseliningJobName | The name of the baseline model bias job. |
| ConstraintsResource | The constraints resource for a monitoring job. |
Constructors
ModelBiasBaselineConfigProperty()
The configuration for a baseline model bias job.
public ModelBiasBaselineConfigProperty()
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"
}
};
Properties
BaseliningJobName
The name of the baseline model bias job.
public string? BaseliningJobName { get; set; }
Property Value
Remarks
ConstraintsResource
The constraints resource for a monitoring job.
public object? ConstraintsResource { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnModelBiasJobDefinitionPropsMixin.IConstraintsResourceProperty