Show / Hide Table of Contents

Class MonitoringScheduleReference

A reference to a MonitoringSchedule resource.

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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMonitoringScheduleReference
Back to top Generated by DocFX