Class CfnDataQualityJobDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataQualityJobDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataQualityJobDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnDataQualityJobDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataQualityJobDefinitionProps
An implementation for
CfnDataQualityJobDefinitionProps-
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.CfnDataQualityJobDefinitionProps
CfnDataQualityJobDefinitionProps.Builder, CfnDataQualityJobDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinitionProps.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 booleanfinal ObjectSpecifies the container that runs the monitoring job.final ObjectConfigures the constraints and baselines for the monitoring job.final ObjectA list of inputs for the monitoring job.final ObjectThe output configuration for monitoring jobs.final StringAWS::SageMaker::DataQualityJobDefinition.EndpointName.final StringThe name for the monitoring job definition.final ObjectIdentifies the resources to deploy for a monitoring job.final ObjectSpecifies networking configuration for the monitoring job.final StringThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.final ObjectA time limit for how long the monitoring job is allowed to run before stopping.getTags()An array of key-value pairs to apply to this resource.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
Constructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinitionProps.Builder.
-
-
Method Details
-
getDataQualityAppSpecification
Description copied from interface:CfnDataQualityJobDefinitionPropsSpecifies the container that runs the monitoring job.- Specified by:
getDataQualityAppSpecificationin interfaceCfnDataQualityJobDefinitionProps
-
getDataQualityJobInput
Description copied from interface:CfnDataQualityJobDefinitionPropsA list of inputs for the monitoring job.Currently endpoints are supported as monitoring inputs.
- Specified by:
getDataQualityJobInputin interfaceCfnDataQualityJobDefinitionProps
-
getDataQualityJobOutputConfig
Description copied from interface:CfnDataQualityJobDefinitionPropsThe output configuration for monitoring jobs.- Specified by:
getDataQualityJobOutputConfigin interfaceCfnDataQualityJobDefinitionProps
-
getJobResources
Description copied from interface:CfnDataQualityJobDefinitionPropsIdentifies the resources to deploy for a monitoring job.- Specified by:
getJobResourcesin interfaceCfnDataQualityJobDefinitionProps
-
getRoleArn
Description copied from interface:CfnDataQualityJobDefinitionPropsThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Specified by:
getRoleArnin interfaceCfnDataQualityJobDefinitionProps
-
getDataQualityBaselineConfig
Description copied from interface:CfnDataQualityJobDefinitionPropsConfigures the constraints and baselines for the monitoring job.- Specified by:
getDataQualityBaselineConfigin interfaceCfnDataQualityJobDefinitionProps
-
getEndpointName
Description copied from interface:CfnDataQualityJobDefinitionPropsAWS::SageMaker::DataQualityJobDefinition.EndpointName.- Specified by:
getEndpointNamein interfaceCfnDataQualityJobDefinitionProps
-
getJobDefinitionName
Description copied from interface:CfnDataQualityJobDefinitionPropsThe name for the monitoring job definition.- Specified by:
getJobDefinitionNamein interfaceCfnDataQualityJobDefinitionProps
-
getNetworkConfig
Description copied from interface:CfnDataQualityJobDefinitionPropsSpecifies networking configuration for the monitoring job.- Specified by:
getNetworkConfigin interfaceCfnDataQualityJobDefinitionProps
-
getStoppingCondition
Description copied from interface:CfnDataQualityJobDefinitionPropsA time limit for how long the monitoring job is allowed to run before stopping.- Specified by:
getStoppingConditionin interfaceCfnDataQualityJobDefinitionProps
-
getTags
Description copied from interface:CfnDataQualityJobDefinitionPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDataQualityJobDefinitionProps
-
$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()
-