Show / Hide Table of Contents

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

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

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

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.

virtual string EndpointName { get; }
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.

virtual string FailureReason { get; }
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.

string LastModifiedTime { get; }
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.

string MonitoringExecutionStatus { get; }
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.

string MonitoringScheduleName { get; }
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.

virtual string ProcessingJobArn { get; }
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.

string ScheduledTime { get; }
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

Back to top Generated by DocFX