Show / Hide Table of Contents

Class CfnModelBiasJobDefinitionPropsMixin.ModelBiasBaselineConfigProperty

The configuration for a baseline model bias job.

Inheritance
object
CfnModelBiasJobDefinitionPropsMixin.ModelBiasBaselineConfigProperty
Implements
CfnModelBiasJobDefinitionPropsMixin.IModelBiasBaselineConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-modelbiasbaselineconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-modelbiasbaselineconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-modelbiasbaselineconfig.html#cfn-sagemaker-modelbiasjobdefinition-modelbiasbaselineconfig-baseliningjobname

ConstraintsResource

The constraints resource for a monitoring job.

public object? ConstraintsResource { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-modelbiasbaselineconfig.html#cfn-sagemaker-modelbiasjobdefinition-modelbiasbaselineconfig-constraintsresource

Type union: either IResolvable or CfnModelBiasJobDefinitionPropsMixin.IConstraintsResourceProperty

Implements

CfnModelBiasJobDefinitionPropsMixin.IModelBiasBaselineConfigProperty
Back to top Generated by DocFX