Monitoring Schedule Args
data class MonitoringScheduleArgs(val endpointName: Output<String>? = null, val failureReason: Output<String>? = null, val lastMonitoringExecutionSummary: Output<MonitoringScheduleMonitoringExecutionSummaryArgs>? = null, val monitoringScheduleConfig: Output<MonitoringScheduleConfigArgs>? = null, val monitoringScheduleName: Output<String>? = null, val monitoringScheduleStatus: Output<MonitoringScheduleStatus>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MonitoringScheduleArgs>
Resource Type definition for AWS::SageMaker::MonitoringSchedule
Constructors
Link copied to clipboard
constructor(endpointName: Output<String>? = null, failureReason: Output<String>? = null, lastMonitoringExecutionSummary: Output<MonitoringScheduleMonitoringExecutionSummaryArgs>? = null, monitoringScheduleConfig: Output<MonitoringScheduleConfigArgs>? = null, monitoringScheduleName: Output<String>? = null, monitoringScheduleStatus: Output<MonitoringScheduleStatus>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The name of the endpoint using the monitoring schedule.
Link copied to clipboard
Contains the reason a monitoring job failed, if it failed.
Link copied to clipboard
val lastMonitoringExecutionSummary: Output<MonitoringScheduleMonitoringExecutionSummaryArgs>? = null
Describes metadata on the last execution to run, if there was one.
Link copied to clipboard
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Link copied to clipboard
The name of the monitoring schedule.
Link copied to clipboard
The status of a schedule job.