Class CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
An implementation for
CfnModelQualityJobDefinition.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.services.sagemaker.CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder, CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinition.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(CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder.
-
-
Method Details
-
getImageUri
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationPropertyThe address of the container image that the monitoring job runs.- Specified by:
getImageUriin interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
-
getProblemType
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationPropertyThe machine learning problem type of the model that the monitoring job monitors.- Specified by:
getProblemTypein interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
-
getContainerArguments
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationPropertyAn array of arguments for the container used to run the monitoring job.- Specified by:
getContainerArgumentsin interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
-
getContainerEntrypoint
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationPropertySpecifies the entrypoint for a container that the monitoring job runs.- Specified by:
getContainerEntrypointin interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
-
getEnvironment
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationPropertySets the environment variables in the container that the monitoring job runs.- Specified by:
getEnvironmentin interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
-
getPostAnalyticsProcessorSourceUri
Description copied from interface:CfnModelQualityJobDefinition.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 interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
-
getRecordPreprocessorSourceUri
Description copied from interface:CfnModelQualityJobDefinition.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 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 interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
-
$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()
-