aws-cdk-lib.aws_sagemaker.CfnModelPackage.ModelInputProperty

interface ModelInputProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelPackage.ModelInputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelPackage_ModelInputProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelPackage.ModelInputProperty
Pythonaws_cdk.aws_sagemaker.CfnModelPackage.ModelInputProperty
TypeScript 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

NameTypeDescription
dataInputConfigstringThe input configuration object for the model.

dataInputConfig

Type: string

The input configuration object for the model.