Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-transformjob-datasource.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-transformjob-datasource.html#cfn-sagemaker-transformjob-datasource-s3datasource

Type union: either IResolvable or CfnTransformJob.IS3DataSourceProperty

Back to top Generated by DocFX