interface DataSourceProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelPackage.DataSourceProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelPackage.DataSourceProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelPackage.DataSourceProperty |
![]() | @aws-cdk/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 * as sagemaker from '@aws-cdk/aws-sagemaker';
const dataSourceProperty: sagemaker.CfnModelPackage.DataSourceProperty = {
s3DataSource: {
s3DataType: 's3DataType',
s3Uri: 's3Uri',
},
};
Properties
Name | Type | Description |
---|---|---|
s3 | IResolvable | S3 | The S3 location of the data source that is associated with a channel. |
s3DataSource
Type:
IResolvable
|
S3
The S3 location of the data source that is associated with a channel.