Class CfnDataQualityJobDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataQualityJobDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataQualityJobDefinitionMixinProps
CfnDataQualityJobDefinitionMixinProps-
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.cfnpropertymixins.services.sagemaker.CfnDataQualityJobDefinitionMixinProps
CfnDataQualityJobDefinitionMixinProps.Builder, CfnDataQualityJobDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinitionMixinProps.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 StringThe name of the endpoint used to run the monitoring job.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 ObjectThe 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 theCfnDataQualityJobDefinitionMixinProps.Builder.
-
-
Method Details
-
getDataQualityAppSpecification
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsSpecifies the container that runs the monitoring job.Returns union: either
IResolvableorCfnDataQualityJobDefinitionPropsMixin.DataQualityAppSpecificationProperty- Specified by:
getDataQualityAppSpecificationin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getDataQualityBaselineConfig
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsConfigures the constraints and baselines for the monitoring job.Returns union: either
IResolvableorCfnDataQualityJobDefinitionPropsMixin.DataQualityBaselineConfigProperty- Specified by:
getDataQualityBaselineConfigin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getDataQualityJobInput
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsA list of inputs for the monitoring job.Currently endpoints are supported as monitoring inputs.
Returns union: either
IResolvableorCfnDataQualityJobDefinitionPropsMixin.DataQualityJobInputProperty- Specified by:
getDataQualityJobInputin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getDataQualityJobOutputConfig
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsThe output configuration for monitoring jobs.Returns union: either
IResolvableorCfnDataQualityJobDefinitionPropsMixin.MonitoringOutputConfigProperty- Specified by:
getDataQualityJobOutputConfigin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getEndpointName
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsThe name of the endpoint used to run the monitoring job.- Specified by:
getEndpointNamein interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getJobDefinitionName
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsThe name for the monitoring job definition.- Specified by:
getJobDefinitionNamein interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getJobResources
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsIdentifies the resources to deploy for a monitoring job.Returns union: either
IResolvableorCfnDataQualityJobDefinitionPropsMixin.MonitoringResourcesProperty- Specified by:
getJobResourcesin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getNetworkConfig
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsSpecifies networking configuration for the monitoring job.Returns union: either
IResolvableorCfnDataQualityJobDefinitionPropsMixin.NetworkConfigProperty- Specified by:
getNetworkConfigin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Specified by:
getRoleArnin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getStoppingCondition
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsA time limit for how long the monitoring job is allowed to run before stopping.Returns union: either
IResolvableorCfnDataQualityJobDefinitionPropsMixin.StoppingConditionProperty- Specified by:
getStoppingConditionin interfaceCfnDataQualityJobDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnDataQualityJobDefinitionMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDataQualityJobDefinitionMixinProps- 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()
-