public static interface CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder
A builder for
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty |
static class |
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder |
builder() |
java.lang.String |
getCreationTime()
The time at which the monitoring job was created.
|
default java.lang.String |
getEndpointName()
The name of the endpoint used to run the monitoring job.
|
default java.lang.String |
getFailureReason()
Contains the reason a monitoring job failed, if it failed.
|
java.lang.String |
getLastModifiedTime()
A timestamp that indicates the last time the monitoring job was modified.
|
java.lang.String |
getMonitoringExecutionStatus()
The status of the monitoring job.
|
java.lang.String |
getMonitoringScheduleName()
The name of the monitoring schedule.
|
default java.lang.String |
getProcessingJobArn()
The Amazon Resource Name (ARN) of the monitoring job.
|
java.lang.String |
getScheduledTime()
The time the monitoring job was scheduled.
|
java.lang.String getCreationTime()
java.lang.String getLastModifiedTime()
java.lang.String getMonitoringExecutionStatus()
java.lang.String getMonitoringScheduleName()
java.lang.String getScheduledTime()
default java.lang.String getEndpointName()
default java.lang.String getFailureReason()
default java.lang.String getProcessingJobArn()