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<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
val endpointName: Output<String>? = null

The name of the endpoint using the monitoring schedule.

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

The configuration object that specifies the monitoring schedule and defines the monitoring job.

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

The name of the monitoring schedule.

Link copied to clipboard

The status of a schedule job.

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

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

Functions

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