Class CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
@Stability(Stable)
@Internal
public static final class CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
An implementation for
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder, CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe time at which the monitoring job was created.final StringThe name of the endpoint used to run the monitoring job.final StringContains the reason a monitoring job failed, if it failed.final StringA timestamp that indicates the last time the monitoring job was modified.final StringThe status of the monitoring job.final StringThe name of the monitoring schedule.final StringThe Amazon Resource Name (ARN) of the monitoring job.final StringThe time the monitoring job was scheduled.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder.
-
-
Method Details
-
getCreationTime
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyThe time at which the monitoring job was created.- Specified by:
getCreationTimein interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
getLastModifiedTime
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyA timestamp that indicates the last time the monitoring job was modified.- Specified by:
getLastModifiedTimein interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
getMonitoringExecutionStatus
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyThe status of the monitoring job.- Specified by:
getMonitoringExecutionStatusin interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
getMonitoringScheduleName
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyThe name of the monitoring schedule.- Specified by:
getMonitoringScheduleNamein interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
getScheduledTime
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyThe time the monitoring job was scheduled.- Specified by:
getScheduledTimein interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
getEndpointName
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyThe name of the endpoint used to run the monitoring job.- Specified by:
getEndpointNamein interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
getFailureReason
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyContains the reason a monitoring job failed, if it failed.- Specified by:
getFailureReasonin interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
getProcessingJobArn
Description copied from interface:CfnMonitoringSchedule.MonitoringExecutionSummaryPropertyThe Amazon Resource Name (ARN) of the monitoring job.- Specified by:
getProcessingJobArnin interfaceCfnMonitoringSchedule.MonitoringExecutionSummaryProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-