Interface CfnModelPackage.ModelInputProperty

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

@Stability(Stable) public static interface CfnModelPackage.ModelInputProperty extends software.amazon.jsii.JsiiSerializable
Input object for the model.

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.*;
 ModelInputProperty modelInputProperty = ModelInputProperty.builder()
         .dataInputConfig("dataInputConfig")
         .build();
 

See Also: