interface ModelInputProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelPackage.ModelInputProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelPackage.ModelInputProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelPackage.ModelInputProperty |
![]() | @aws-cdk/aws-sagemaker » CfnModelPackage » ModelInputProperty |
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 * as sagemaker from '@aws-cdk/aws-sagemaker';
const modelInputProperty: sagemaker.CfnModelPackage.ModelInputProperty = {
dataInputConfig: 'dataInputConfig',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The input configuration object for the model. |
dataInputConfig
Type:
string
The input configuration object for the model.