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