@Stability(value=Stable)
public static interface CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getCreationTime()
The time at which the monitoring job was created.
|
default String |
getEndpointName()
The name of the endpoint used to run the monitoring job.
|
default String |
getFailureReason()
Contains the reason a monitoring job failed, if it failed.
|
String |
getLastModifiedTime()
A timestamp that indicates the last time the monitoring job was modified.
|
String |
getMonitoringExecutionStatus()
The status of the monitoring job.
|
String |
getMonitoringScheduleName()
The name of the monitoring schedule.
|
default String |
getProcessingJobArn()
The Amazon Resource Name (ARN) of the monitoring job.
|
String |
getScheduledTime()
The time the monitoring job was scheduled.
|
@Stability(value=Stable) @NotNull String getCreationTime()
@Stability(value=Stable) @NotNull String getLastModifiedTime()
@Stability(value=Stable) @NotNull String getMonitoringExecutionStatus()
@Stability(value=Stable) @NotNull String getMonitoringScheduleName()
@Stability(value=Stable) @NotNull String getScheduledTime()
@Stability(value=Stable) @Nullable default String getEndpointName()
@Stability(value=Stable) @Nullable default String getFailureReason()
@Stability(value=Stable) @Nullable default String getProcessingJobArn()
@Stability(value=Stable) static CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder builder()
Copyright © 2022. All rights reserved.