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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder, CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.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 that the monitoring job runs.final Object
Sets the environment variables in the container that the monitoring job runs.final String
The address of the container image that the monitoring job runs.final String
An Amazon S3 URI to a script that is called after analysis has been performed.final String
The machine learning problem type of the model that the monitoring job monitors.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
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.ModelQualityAppSpecificationProperty
The address of the container image that the monitoring job runs.- Specified by:
getImageUri
in interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
- See Also:
-
getProblemType
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
The machine learning problem type of the model that the monitoring job monitors.- Specified by:
getProblemType
in interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
- See Also:
-
getContainerArguments
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
An array of arguments for the container used to run the monitoring job.- Specified by:
getContainerArguments
in interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
- See Also:
-
getContainerEntrypoint
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
Specifies the entrypoint for a container that the monitoring job runs.- Specified by:
getContainerEntrypoint
in interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
- See Also:
-
getEnvironment
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
Sets the environment variables in the container that the monitoring job runs.- Specified by:
getEnvironment
in interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
- See Also:
-
getPostAnalyticsProcessorSourceUri
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
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 interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
- See Also:
-
getRecordPreprocessorSourceUri
Description copied from interface:CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
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 interfaceCfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty
- 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()
-