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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModelPackage.ModelInputPropertystatic final classAn implementation forCfnModelPackage.ModelInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataInputConfig
The input configuration object for the model. -
builder
-