interface ModelInputProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelPackage.ModelInputProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelPackage_ModelInputProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelPackage.ModelInputProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelPackage.ModelInputProperty |
![]() | aws-cdk-lib » 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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
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.