aws-cdk-lib.aws_sagemaker.CfnModelPackage.DataSourceProperty

interface DataSourceProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelPackage.DataSourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelPackage_DataSourceProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelPackage.DataSourceProperty
Pythonaws_cdk.aws_sagemaker.CfnModelPackage.DataSourceProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelPackage » DataSourceProperty

Describes the location of the channel data.

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 dataSourceProperty: sagemaker.CfnModelPackage.DataSourceProperty = {
  s3DataSource: {
    s3DataType: 's3DataType',
    s3Uri: 's3Uri',
  },
};

Properties

NameTypeDescription
s3DataSourceIResolvable | S3DataSourcePropertyThe S3 location of the data source that is associated with a channel.

s3DataSource

Type: IResolvable | S3DataSourceProperty

The S3 location of the data source that is associated with a channel.