Show / Hide Table of Contents

Class CfnMonitoringSchedule.MonitoringExecutionSummaryProperty

Summary of information about the last monitoring job to run.

Inheritance
System.Object
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
Implements
CfnMonitoringSchedule.IMonitoringExecutionSummaryProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-creationtime

EndpointName

The name of the endpoint used to run the monitoring job.

public string EndpointName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-endpointname

FailureReason

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

public string FailureReason { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-failurereason

LastModifiedTime

A timestamp that indicates the last time the monitoring job was modified.

public string LastModifiedTime { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-lastmodifiedtime

MonitoringExecutionStatus

The status of the monitoring job.

public string MonitoringExecutionStatus { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-monitoringexecutionstatus

MonitoringScheduleName

The name of the monitoring schedule.

public string MonitoringScheduleName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-monitoringschedulename

ProcessingJobArn

The Amazon Resource Name (ARN) of the monitoring job.

public string ProcessingJobArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-processingjobarn

ScheduledTime

The time the monitoring job was scheduled.

public string ScheduledTime { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-scheduledtime

Implements

CfnMonitoringSchedule.IMonitoringExecutionSummaryProperty
Back to top Generated by DocFX