aws-cdk-lib.aws_sagemaker.CfnMonitoringSchedule.MonitoringExecutionSummaryProperty

interface MonitoringExecutionSummaryProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnMonitoringSchedule_MonitoringExecutionSummaryProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
Pythonaws_cdk.aws_sagemaker.CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnMonitoringSchedule » MonitoringExecutionSummaryProperty

Summary of information about the last monitoring job to run.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const monitoringExecutionSummaryProperty: sagemaker.CfnMonitoringSchedule.MonitoringExecutionSummaryProperty = {
  creationTime: 'creationTime',
  lastModifiedTime: 'lastModifiedTime',
  monitoringExecutionStatus: 'monitoringExecutionStatus',
  monitoringScheduleName: 'monitoringScheduleName',
  scheduledTime: 'scheduledTime',

  // the properties below are optional
  endpointName: 'endpointName',
  failureReason: 'failureReason',
  processingJobArn: 'processingJobArn',
};

Properties

NameTypeDescription
creationTimestringThe time at which the monitoring job was created.
lastModifiedTimestringA timestamp that indicates the last time the monitoring job was modified.
monitoringExecutionStatusstringThe status of the monitoring job.
monitoringScheduleNamestringThe name of the monitoring schedule.
scheduledTimestringThe time the monitoring job was scheduled.
endpointName?stringThe name of the endpoint used to run the monitoring job.
failureReason?stringContains the reason a monitoring job failed, if it failed.
processingJobArn?stringThe Amazon Resource Name (ARN) of the monitoring job.

creationTime

Type: string

The time at which the monitoring job was created.


lastModifiedTime

Type: string

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


monitoringExecutionStatus

Type: string

The status of the monitoring job.


monitoringScheduleName

Type: string

The name of the monitoring schedule.


scheduledTime

Type: string

The time the monitoring job was scheduled.


endpointName?

Type: string (optional)

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


failureReason?

Type: string (optional)

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


processingJobArn?

Type: string (optional)

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