Interface CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty.Jsii$Proxy
Enclosing class:
CfnModelExplainabilityJobDefinition

@Stability(Stable) public static interface CfnModelExplainabilityJobDefinition.ConstraintsResourceProperty extends software.amazon.jsii.JsiiSerializable
Input object for the endpoint.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 ConstraintsResourceProperty constraintsResourceProperty = ConstraintsResourceProperty.builder()
         .s3Uri("s3Uri")
         .build();
 

See Also: