Class CfnDataQualityJobDefinitionPropsMixin.ConstraintsResourceProperty
The constraints resource for a monitoring job.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataQualityJobDefinitionPropsMixin.ConstraintsResourceProperty : CfnDataQualityJobDefinitionPropsMixin.IConstraintsResourceProperty
Syntax (vb)
Public Class CfnDataQualityJobDefinitionPropsMixin.ConstraintsResourceProperty Implements CfnDataQualityJobDefinitionPropsMixin.IConstraintsResourceProperty
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.Mixins.Preview.AWS.SageMaker.Mixins;
var constraintsResourceProperty = new ConstraintsResourceProperty {
S3Uri = "s3Uri"
};
Synopsis
Constructors
| ConstraintsResourceProperty() | The constraints resource for a monitoring job. |
Properties
| S3Uri | The Amazon S3 URI for the constraints resource. |
Constructors
ConstraintsResourceProperty()
The constraints resource for a monitoring job.
public ConstraintsResourceProperty()
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.Mixins.Preview.AWS.SageMaker.Mixins;
var constraintsResourceProperty = new ConstraintsResourceProperty {
S3Uri = "s3Uri"
};
Properties
S3Uri
The Amazon S3 URI for the constraints resource.
public string? S3Uri { get; set; }