Class CfnModelQualityJobDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelQualityJobDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnModelQualityJobDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelQualityJobDefinitionProps
An implementation for
CfnModelQualityJobDefinitionProps-
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.CfnModelQualityJobDefinitionProps
CfnModelQualityJobDefinitionProps.Builder, CfnModelQualityJobDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionProps.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 StringAWS::SageMaker::ModelQualityJobDefinition.EndpointName.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 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 theCfnModelQualityJobDefinitionProps.Builder.
-
-
Method Details
-
getJobResources
Description copied from interface:CfnModelQualityJobDefinitionPropsIdentifies the resources to deploy for a monitoring job.- Specified by:
getJobResourcesin interfaceCfnModelQualityJobDefinitionProps
-
getModelQualityAppSpecification
Description copied from interface:CfnModelQualityJobDefinitionPropsContainer image configuration object for the monitoring job.- Specified by:
getModelQualityAppSpecificationin interfaceCfnModelQualityJobDefinitionProps
-
getModelQualityJobInput
Description copied from interface:CfnModelQualityJobDefinitionPropsA list of the inputs that are monitored.Currently endpoints are supported.
- Specified by:
getModelQualityJobInputin interfaceCfnModelQualityJobDefinitionProps
-
getModelQualityJobOutputConfig
Description copied from interface:CfnModelQualityJobDefinitionPropsThe output configuration for monitoring jobs.- Specified by:
getModelQualityJobOutputConfigin interfaceCfnModelQualityJobDefinitionProps
-
getRoleArn
Description copied from interface:CfnModelQualityJobDefinitionPropsThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Specified by:
getRoleArnin interfaceCfnModelQualityJobDefinitionProps
-
getEndpointName
Description copied from interface:CfnModelQualityJobDefinitionPropsAWS::SageMaker::ModelQualityJobDefinition.EndpointName.- Specified by:
getEndpointNamein interfaceCfnModelQualityJobDefinitionProps
-
getJobDefinitionName
Description copied from interface:CfnModelQualityJobDefinitionPropsThe name of the monitoring job definition.- Specified by:
getJobDefinitionNamein interfaceCfnModelQualityJobDefinitionProps
-
getModelQualityBaselineConfig
Description copied from interface:CfnModelQualityJobDefinitionPropsSpecifies the constraints and baselines for the monitoring job.- Specified by:
getModelQualityBaselineConfigin interfaceCfnModelQualityJobDefinitionProps
-
getNetworkConfig
Description copied from interface:CfnModelQualityJobDefinitionPropsSpecifies the network configuration for the monitoring job.- Specified by:
getNetworkConfigin interfaceCfnModelQualityJobDefinitionProps
-
getStoppingCondition
Description copied from interface:CfnModelQualityJobDefinitionPropsA time limit for how long the monitoring job is allowed to run before stopping.- Specified by:
getStoppingConditionin interfaceCfnModelQualityJobDefinitionProps
-
getTags
Description copied from interface:CfnModelQualityJobDefinitionPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnModelQualityJobDefinitionProps
-
$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()
-