Class CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty
An implementation for
CfnMonitoringSchedulePropsMixin.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.cfnpropertymixins.services.sagemaker.CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty
CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder, CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringSchedulePropsMixin.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
protected Jsii$Proxy(CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty.Builder.
-
-
Method Details
-
getContainerArguments
Description copied from interface:CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationPropertyAn array of arguments for the container used to run the monitoring job.- Specified by:
getContainerArgumentsin interfaceCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty- See Also:
-
getContainerEntrypoint
Description copied from interface:CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationPropertySpecifies the entrypoint for a container used to run the monitoring job.- Specified by:
getContainerEntrypointin interfaceCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty- See Also:
-
getImageUri
Description copied from interface:CfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationPropertyThe container image to be run by the monitoring job.- Specified by:
getImageUriin interfaceCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty- See Also:
-
getPostAnalyticsProcessorSourceUri
Description copied from interface:CfnMonitoringSchedulePropsMixin.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 interfaceCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty- See Also:
-
getRecordPreprocessorSourceUri
Description copied from interface:CfnMonitoringSchedulePropsMixin.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 flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
- Specified by:
getRecordPreprocessorSourceUriin interfaceCfnMonitoringSchedulePropsMixin.MonitoringAppSpecificationProperty- 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()
-