Interface CfnMonitoringSchedulePropsMixin.MonitoringExecutionSummaryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringSchedulePropsMixin.MonitoringExecutionSummaryProperty.Jsii$Proxy
- Enclosing class:
CfnMonitoringSchedulePropsMixin
@Stability(Stable)
public static interface CfnMonitoringSchedulePropsMixin.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.cfnpropertymixins.services.sagemaker.*;
MonitoringExecutionSummaryProperty monitoringExecutionSummaryProperty = MonitoringExecutionSummaryProperty.builder()
.creationTime("creationTime")
.endpointName("endpointName")
.failureReason("failureReason")
.lastModifiedTime("lastModifiedTime")
.monitoringExecutionStatus("monitoringExecutionStatus")
.monitoringScheduleName("monitoringScheduleName")
.processingJobArn("processingJobArn")
.scheduledTime("scheduledTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMonitoringSchedulePropsMixin.MonitoringExecutionSummaryProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe time at which the monitoring job was created.default StringThe name of the endpoint used to run the monitoring job.default StringContains the reason a monitoring job failed, if it failed.default StringA timestamp that indicates the last time the monitoring job was modified.default StringThe status of the monitoring job.default StringThe name of the monitoring schedule.default StringThe Amazon Resource Name (ARN) of the monitoring job.default StringThe time the monitoring job was scheduled.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCreationTime
The time at which the monitoring job was created.- See Also:
-
getEndpointName
The name of the endpoint used to run the monitoring job.- See Also:
-
getFailureReason
Contains the reason a monitoring job failed, if it failed.- See Also:
-
getLastModifiedTime
A timestamp that indicates the last time the monitoring job was modified.- See Also:
-
getMonitoringExecutionStatus
The status of the monitoring job.- See Also:
-
getMonitoringScheduleName
The name of the monitoring schedule.- See Also:
-
getProcessingJobArn
The Amazon Resource Name (ARN) of the monitoring job.- See Also:
-
getScheduledTime
The time the monitoring job was scheduled.- See Also:
-
builder
@Stability(Stable) static CfnMonitoringSchedulePropsMixin.MonitoringExecutionSummaryProperty.Builder builder()
-