Interface CfnMonitoringSchedule.IMonitoringExecutionSummaryProperty
Summary of information about the last monitoring job to run.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public interface IMonitoringExecutionSummaryProperty
Syntax (vb)
Public Interface 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
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. |
Properties
CreationTime
The time at which the monitoring job was created.
string CreationTime { get; }
Property Value
System.String
Remarks
EndpointName
The name of the endpoint used to run the monitoring job.
virtual string EndpointName { get; }
Property Value
System.String
Remarks
FailureReason
Contains the reason a monitoring job failed, if it failed.
virtual string FailureReason { get; }
Property Value
System.String
Remarks
LastModifiedTime
A timestamp that indicates the last time the monitoring job was modified.
string LastModifiedTime { get; }
Property Value
System.String
Remarks
MonitoringExecutionStatus
The status of the monitoring job.
string MonitoringExecutionStatus { get; }
Property Value
System.String
Remarks
MonitoringScheduleName
The name of the monitoring schedule.
string MonitoringScheduleName { get; }
Property Value
System.String
Remarks
ProcessingJobArn
The Amazon Resource Name (ARN) of the monitoring job.
virtual string ProcessingJobArn { get; }
Property Value
System.String
Remarks
ScheduledTime
The time the monitoring job was scheduled.
string ScheduledTime { get; }
Property Value
System.String