Class CfnMonitoringScheduleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnMonitoringScheduleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringScheduleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitoringScheduleMixinProps
@Stability(Stable)
@Internal
public static final class CfnMonitoringScheduleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringScheduleMixinProps
An implementation for
CfnMonitoringScheduleMixinProps-
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.mixins.preview.services.sagemaker.mixins.CfnMonitoringScheduleMixinProps
CfnMonitoringScheduleMixinProps.Builder, CfnMonitoringScheduleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringScheduleMixinProps.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 name of the endpoint using the monitoring schedule.final StringContains the reason a monitoring job failed, if it failed.final ObjectDescribes metadata on the last execution to run, if there was one.final ObjectThe configuration object that specifies the monitoring schedule and defines the monitoring job.final StringThe name of the monitoring schedule.final StringThe status of the monitoring schedule.getTags()An array of key-value pairs to apply to this resource.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 theCfnMonitoringScheduleMixinProps.Builder.
-
-
Method Details
-
getEndpointName
Description copied from interface:CfnMonitoringScheduleMixinPropsThe name of the endpoint using the monitoring schedule.- Specified by:
getEndpointNamein interfaceCfnMonitoringScheduleMixinProps- See Also:
-
getFailureReason
Description copied from interface:CfnMonitoringScheduleMixinPropsContains the reason a monitoring job failed, if it failed.- Specified by:
getFailureReasonin interfaceCfnMonitoringScheduleMixinProps- See Also:
-
getLastMonitoringExecutionSummary
Description copied from interface:CfnMonitoringScheduleMixinPropsDescribes metadata on the last execution to run, if there was one.Returns union: either
IResolvableorCfnMonitoringSchedulePropsMixin.MonitoringExecutionSummaryProperty- Specified by:
getLastMonitoringExecutionSummaryin interfaceCfnMonitoringScheduleMixinProps- See Also:
-
getMonitoringScheduleConfig
Description copied from interface:CfnMonitoringScheduleMixinPropsThe configuration object that specifies the monitoring schedule and defines the monitoring job.Returns union: either
IResolvableorCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty- Specified by:
getMonitoringScheduleConfigin interfaceCfnMonitoringScheduleMixinProps- See Also:
-
getMonitoringScheduleName
Description copied from interface:CfnMonitoringScheduleMixinPropsThe name of the monitoring schedule.- Specified by:
getMonitoringScheduleNamein interfaceCfnMonitoringScheduleMixinProps- See Also:
-
getMonitoringScheduleStatus
Description copied from interface:CfnMonitoringScheduleMixinPropsThe status of the monitoring schedule.- Specified by:
getMonitoringScheduleStatusin interfaceCfnMonitoringScheduleMixinProps- See Also:
-
getTags
Description copied from interface:CfnMonitoringScheduleMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnMonitoringScheduleMixinProps- See Also:
-
$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()
-