Class CfnModelQualityJobDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelQualityJobDefinitionMixinProps
CfnModelQualityJobDefinitionMixinProps-
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.CfnModelQualityJobDefinitionMixinProps
CfnModelQualityJobDefinitionMixinProps.Builder, CfnModelQualityJobDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionMixinProps.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 StringThe name of the endpoint used to run the monitoring job.final StringThe name of the monitoring job definition.final ObjectIdentifies the resources to deploy for a monitoring job.final ObjectContainer image configuration object for the monitoring job.final ObjectSpecifies the constraints and baselines for the monitoring job.final ObjectA list of the inputs that are monitored.final ObjectThe output configuration for monitoring jobs.final ObjectSpecifies the network 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 theCfnModelQualityJobDefinitionMixinProps.Builder.
-
-
Method Details
-
getEndpointName
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsThe name of the endpoint used to run the monitoring job.- Specified by:
getEndpointNamein interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getJobDefinitionName
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsThe name of the monitoring job definition.- Specified by:
getJobDefinitionNamein interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getJobResources
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsIdentifies the resources to deploy for a monitoring job.Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.MonitoringResourcesProperty- Specified by:
getJobResourcesin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getModelQualityAppSpecification
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsContainer image configuration object for the monitoring job.Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.ModelQualityAppSpecificationProperty- Specified by:
getModelQualityAppSpecificationin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getModelQualityBaselineConfig
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsSpecifies the constraints and baselines for the monitoring job.Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.ModelQualityBaselineConfigProperty- Specified by:
getModelQualityBaselineConfigin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getModelQualityJobInput
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsA list of the inputs that are monitored.Currently endpoints are supported.
Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.ModelQualityJobInputProperty- Specified by:
getModelQualityJobInputin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getModelQualityJobOutputConfig
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsThe output configuration for monitoring jobs.Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.MonitoringOutputConfigProperty- Specified by:
getModelQualityJobOutputConfigin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getNetworkConfig
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsSpecifies the network configuration for the monitoring job.Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.NetworkConfigProperty- Specified by:
getNetworkConfigin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Specified by:
getRoleArnin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getStoppingCondition
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsA time limit for how long the monitoring job is allowed to run before stopping.Returns union: either
IResolvableorCfnModelQualityJobDefinitionPropsMixin.StoppingConditionProperty- Specified by:
getStoppingConditionin interfaceCfnModelQualityJobDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnModelQualityJobDefinitionMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnModelQualityJobDefinitionMixinProps- 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()
-