MonitoringScheduleArgs

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<MonitoringScheduleTagArgs>>? = null) : ConvertibleToJava<MonitoringScheduleArgs>

Resource Type definition for AWS::SageMaker::MonitoringSchedule

Constructors

Link copied to clipboard
fun MonitoringScheduleArgs(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<MonitoringScheduleTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): MonitoringScheduleArgs

Properties

Link copied to clipboard
val endpointName: Output<String>? = null
Link copied to clipboard
val failureReason: Output<String>? = null

Contains the reason a monitoring job failed, if it failed.

Link copied to clipboard

Describes metadata on the last execution to run, if there was one.

Link copied to clipboard
val monitoringScheduleName: Output<String>? = null
Link copied to clipboard

The status of a schedule job.

Link copied to clipboard
val tags: Output<List<MonitoringScheduleTagArgs>>? = null

An array of key-value pairs to apply to this resource.