Class CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty
An implementation for
CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty-
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.mixins.preview.services.sagemaker.mixins.CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty
CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Builder, CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.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 that the monitoring job runs.final ObjectSets the environment variables in the container that the monitoring job runs.final StringThe address of the container image that the monitoring job runs.final StringAn Amazon S3 URI to a script that is called after analysis has been performed.final StringThe machine learning problem type of the model that the monitoring job monitors.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(CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty.Builder.
-
-
Method Details
-
getContainerArguments
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationPropertyAn array of arguments for the container used to run the monitoring job.- Specified by:
getContainerArgumentsin interfaceCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- See Also:
-
getContainerEntrypoint
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationPropertySpecifies the entrypoint for a container that the monitoring job runs.- Specified by:
getContainerEntrypointin interfaceCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- See Also:
-
getEnvironment
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationPropertySets the environment variables in the container that the monitoring job runs.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getEnvironmentin interfaceCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- See Also:
-
getImageUri
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationPropertyThe address of the container image that the monitoring job runs.- Specified by:
getImageUriin interfaceCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- See Also:
-
getPostAnalyticsProcessorSourceUri
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationPropertyAn 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 interfaceCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- See Also:
-
getProblemType
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationPropertyThe machine learning problem type of the model that the monitoring job monitors.- Specified by:
getProblemTypein interfaceCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- See Also:
-
getRecordPreprocessorSourceUri
Description copied from interface:CfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationPropertyAn 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 interfaceCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- 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()
-