AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.MonitoringSchedule

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class MonitoringSchedule

The MonitoringSchedule type exposes the following members

Constructors

NameDescription
Public Method MonitoringSchedule()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time that the monitoring schedule was created.

Public Property EndpointName System.String

Gets and sets the property EndpointName.

The endpoint that hosts the model being monitored.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

If the monitoring schedule failed, the reason it failed.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The last time the monitoring schedule was changed.

Public Property LastMonitoringExecutionSummary Amazon.SageMaker.Model.MonitoringExecutionSummary

Gets and sets the property LastMonitoringExecutionSummary.

Public Property MonitoringScheduleArn System.String

Gets and sets the property MonitoringScheduleArn.

The Amazon Resource Name (ARN) of the monitoring schedule.

Public Property MonitoringScheduleConfig Amazon.SageMaker.Model.MonitoringScheduleConfig

Gets and sets the property MonitoringScheduleConfig.

Public Property MonitoringScheduleName System.String

Gets and sets the property MonitoringScheduleName.

The name of the monitoring schedule.

Public Property MonitoringScheduleStatus Amazon.SageMaker.ScheduleStatus

Gets and sets the property MonitoringScheduleStatus.

The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.

  • FAILED - The schedule failed.

  • SCHEDULED - The schedule was successfully created.

  • STOPPED - The schedule was stopped.

Public Property MonitoringType Amazon.SageMaker.MonitoringType

Gets and sets the property MonitoringType.

The type of the monitoring job definition to schedule.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5