Class CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
Summary of information about the last monitoring job to run.
Inheritance
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class MonitoringExecutionSummaryProperty : Object, CfnMonitoringSchedule.IMonitoringExecutionSummaryProperty
Syntax (vb)
Public Class MonitoringExecutionSummaryProperty
Inherits Object
Implements CfnMonitoringSchedule.IMonitoringExecutionSummaryProperty
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.AWS.Sagemaker;
var monitoringExecutionSummaryProperty = new MonitoringExecutionSummaryProperty {
CreationTime = "creationTime",
LastModifiedTime = "lastModifiedTime",
MonitoringExecutionStatus = "monitoringExecutionStatus",
MonitoringScheduleName = "monitoringScheduleName",
ScheduledTime = "scheduledTime",
// the properties below are optional
EndpointName = "endpointName",
FailureReason = "failureReason",
ProcessingJobArn = "processingJobArn"
};
Synopsis
Constructors
MonitoringExecutionSummaryProperty() |
Properties
CreationTime | The time at which the monitoring job was created. |
EndpointName | The name of the endpoint used to run the monitoring job. |
FailureReason | Contains the reason a monitoring job failed, if it failed. |
LastModifiedTime | A timestamp that indicates the last time the monitoring job was modified. |
MonitoringExecutionStatus | The status of the monitoring job. |
MonitoringScheduleName | The name of the monitoring schedule. |
ProcessingJobArn | The Amazon Resource Name (ARN) of the monitoring job. |
ScheduledTime | The time the monitoring job was scheduled. |
Constructors
MonitoringExecutionSummaryProperty()
public MonitoringExecutionSummaryProperty()
Properties
CreationTime
The time at which the monitoring job was created.
public string CreationTime { get; set; }
Property Value
System.String
Remarks
EndpointName
The name of the endpoint used to run the monitoring job.
public string EndpointName { get; set; }
Property Value
System.String
Remarks
FailureReason
Contains the reason a monitoring job failed, if it failed.
public string FailureReason { get; set; }
Property Value
System.String
Remarks
LastModifiedTime
A timestamp that indicates the last time the monitoring job was modified.
public string LastModifiedTime { get; set; }
Property Value
System.String
Remarks
MonitoringExecutionStatus
The status of the monitoring job.
public string MonitoringExecutionStatus { get; set; }
Property Value
System.String
Remarks
MonitoringScheduleName
The name of the monitoring schedule.
public string MonitoringScheduleName { get; set; }
Property Value
System.String
Remarks
ProcessingJobArn
The Amazon Resource Name (ARN) of the monitoring job.
public string ProcessingJobArn { get; set; }
Property Value
System.String
Remarks
ScheduledTime
The time the monitoring job was scheduled.
public string ScheduledTime { get; set; }
Property Value
System.String