Interface CfnTransformJob.IDataSourceProperty
Describes the location of the channel data.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTransformJob.IDataSourceProperty
Syntax (vb)
Public Interface CfnTransformJob.IDataSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var dataSourceProperty = new DataSourceProperty {
S3DataSource = new S3DataSourceProperty {
S3DataType = "s3DataType",
S3Uri = "s3Uri"
}
};
Synopsis
Properties
| S3DataSource | The S3 location of the data source. |
Properties
S3DataSource
The S3 location of the data source.
object S3DataSource { get; }