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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringAppSpecificationProperty
CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder, CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.MonitoringAppSpecificationProperty.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
An 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 String
The container image to be run by the monitoring job.final String
An Amazon S3 URI to a script that is called after analysis has been performed.final String
An Amazon S3 URI to a script that is called per row prior to running analysis.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 theCfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder
.
-
-
Method Details
-
getImageUri
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationProperty
The container image to be run by the monitoring job.- Specified by:
getImageUri
in interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
- See Also:
-
getContainerArguments
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationProperty
An array of arguments for the container used to run the monitoring job.- Specified by:
getContainerArguments
in interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
- See Also:
-
getContainerEntrypoint
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationProperty
Specifies the entrypoint for a container used to run the monitoring job.- Specified by:
getContainerEntrypoint
in interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
- See Also:
-
getPostAnalyticsProcessorSourceUri
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationProperty
An 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:
getPostAnalyticsProcessorSourceUri
in interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
- See Also:
-
getRecordPreprocessorSourceUri
Description copied from interface:CfnMonitoringSchedule.MonitoringAppSpecificationProperty
An 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:
getRecordPreprocessorSourceUri
in interfaceCfnMonitoringSchedule.MonitoringAppSpecificationProperty
- 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()
-