Interface CfnMonitoringSchedule.MonitoringExecutionSummaryProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Jsii$Proxy
Enclosing class:
CfnMonitoringSchedule

@Stability(Stable) public static interface CfnMonitoringSchedule.MonitoringExecutionSummaryProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.sagemaker.*;
 MonitoringExecutionSummaryProperty monitoringExecutionSummaryProperty = MonitoringExecutionSummaryProperty.builder()
         .creationTime("creationTime")
         .lastModifiedTime("lastModifiedTime")
         .monitoringExecutionStatus("monitoringExecutionStatus")
         .monitoringScheduleName("monitoringScheduleName")
         .scheduledTime("scheduledTime")
         // the properties below are optional
         .endpointName("endpointName")
         .failureReason("failureReason")
         .processingJobArn("processingJobArn")
         .build();
 
  • Method Details

    • getCreationTime

      @Stability(Stable) @NotNull String getCreationTime()
      The time at which the monitoring job was created.
    • getLastModifiedTime

      @Stability(Stable) @NotNull String getLastModifiedTime()
      A timestamp that indicates the last time the monitoring job was modified.
    • getMonitoringExecutionStatus

      @Stability(Stable) @NotNull String getMonitoringExecutionStatus()
      The status of the monitoring job.
    • getMonitoringScheduleName

      @Stability(Stable) @NotNull String getMonitoringScheduleName()
      The name of the monitoring schedule.
    • getScheduledTime

      @Stability(Stable) @NotNull String getScheduledTime()
      The time the monitoring job was scheduled.
    • getEndpointName

      @Stability(Stable) @Nullable default String getEndpointName()
      The name of the endpoint used to run the monitoring job.
    • getFailureReason

      @Stability(Stable) @Nullable default String getFailureReason()
      Contains the reason a monitoring job failed, if it failed.
    • getProcessingJobArn

      @Stability(Stable) @Nullable default String getProcessingJobArn()
      The Amazon Resource Name (ARN) of the monitoring job.
    • builder

      Returns:
      a CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder of CfnMonitoringSchedule.MonitoringExecutionSummaryProperty