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