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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnMonitoringScheduleProps
CfnMonitoringScheduleProps.Builder, CfnMonitoringScheduleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMonitoringScheduleProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the endpoint using the monitoring schedule.final String
Contains the reason a monitoring job failed, if it failed.final Object
Describes metadata on the last execution to run, if there was one.final Object
The configuration object that specifies the monitoring schedule and defines the monitoring job.final String
The name of the monitoring schedule.final String
The status of the monitoring schedule.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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:CfnMonitoringScheduleProps
The configuration object that specifies the monitoring schedule and defines the monitoring job.- Specified by:
getMonitoringScheduleConfig
in interfaceCfnMonitoringScheduleProps
- See Also:
-
getMonitoringScheduleName
Description copied from interface:CfnMonitoringScheduleProps
The name of the monitoring schedule.- Specified by:
getMonitoringScheduleName
in interfaceCfnMonitoringScheduleProps
- See Also:
-
getEndpointName
Description copied from interface:CfnMonitoringScheduleProps
The name of the endpoint using the monitoring schedule.- Specified by:
getEndpointName
in interfaceCfnMonitoringScheduleProps
- See Also:
-
getFailureReason
Description copied from interface:CfnMonitoringScheduleProps
Contains the reason a monitoring job failed, if it failed.- Specified by:
getFailureReason
in interfaceCfnMonitoringScheduleProps
- See Also:
-
getLastMonitoringExecutionSummary
Description copied from interface:CfnMonitoringScheduleProps
Describes metadata on the last execution to run, if there was one.- Specified by:
getLastMonitoringExecutionSummary
in interfaceCfnMonitoringScheduleProps
- See Also:
-
getMonitoringScheduleStatus
Description copied from interface:CfnMonitoringScheduleProps
The status of the monitoring schedule.- Specified by:
getMonitoringScheduleStatus
in interfaceCfnMonitoringScheduleProps
- See Also:
-
getTags
Description copied from interface:CfnMonitoringScheduleProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnMonitoringScheduleProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-