Class CfnModelQualityJobDefinition.ConstraintsResourceProperty
The constraints resource for a monitoring job.
Inheritance
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConstraintsResourceProperty : Object, CfnModelQualityJobDefinition.IConstraintsResourceProperty
Syntax (vb)
Public Class ConstraintsResourceProperty
Inherits Object
Implements CfnModelQualityJobDefinition.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.AWS.Sagemaker;
var constraintsResourceProperty = new ConstraintsResourceProperty {
S3Uri = "s3Uri"
};
Synopsis
Constructors
Constraints |
Properties
S3Uri | The Amazon S3 URI for the constraints resource. |
Constructors
ConstraintsResourceProperty()
public ConstraintsResourceProperty()
Properties
S3Uri
The Amazon S3 URI for the constraints resource.
public string S3Uri { get; set; }
Property Value
System.