Class MonitoringScheduleReference
A reference to a MonitoringSchedule resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MonitoringScheduleReference : IMonitoringScheduleReference
Syntax (vb)
Public Class MonitoringScheduleReference Implements IMonitoringScheduleReference
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.Interfaces.Sagemaker;
var monitoringScheduleReference = new MonitoringScheduleReference {
MonitoringScheduleArn = "monitoringScheduleArn"
};
Synopsis
Constructors
| MonitoringScheduleReference() | A reference to a MonitoringSchedule resource. |
Properties
| MonitoringScheduleArn | The MonitoringScheduleArn of the MonitoringSchedule resource. |
Constructors
MonitoringScheduleReference()
A reference to a MonitoringSchedule resource.
public MonitoringScheduleReference()
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.Interfaces.Sagemaker;
var monitoringScheduleReference = new MonitoringScheduleReference {
MonitoringScheduleArn = "monitoringScheduleArn"
};
Properties
MonitoringScheduleArn
The MonitoringScheduleArn of the MonitoringSchedule resource.
public string MonitoringScheduleArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated