Class CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedule.MonitoringAppSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMonitoringSchedule.MonitoringAppSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringSchedule.MonitoringAppSpecificationProperty
An implementation for
CfnMonitoringSchedule.MonitoringAppSpecificationProperty-
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.MonitoringAppSpecificationProperty
CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder, CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.MonitoringAppSpecificationProperty.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 booleanAn array of arguments for the container used to run the monitoring job.Specifies the entrypoint for a container used to run the monitoring job.final StringThe container image to be run by the monitoring job.final StringAn Amazon S3 URI to a script that is called after analysis has been performed.final StringAn Amazon S3 URI to a script that is called per row prior to running analysis.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.MonitoringAppSpecificationProperty.Builder.
-
-
Method Details
-
getImageUri
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationPropertyThe container image to be run by the monitoring job.- Specified by:
getImageUriin interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
-
getContainerArguments
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationPropertyAn array of arguments for the container used to run the monitoring job.- Specified by:
getContainerArgumentsin interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
-
getContainerEntrypoint
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationPropertySpecifies the entrypoint for a container used to run the monitoring job.- Specified by:
getContainerEntrypointin interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
-
getPostAnalyticsProcessorSourceUri
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationPropertyAn Amazon S3 URI to a script that is called after analysis has been performed.Applicable only for the built-in (first party) containers.
- Specified by:
getPostAnalyticsProcessorSourceUriin interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
-
getRecordPreprocessorSourceUri
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationPropertyAn Amazon S3 URI to a script that is called per row prior to running analysis.It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
- Specified by:
getRecordPreprocessorSourceUriin interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
-
$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()
-