public static interface CfnModelPackage.DataSourceProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; DataSourceProperty dataSourceProperty = DataSourceProperty.builder() .s3DataSource(S3DataSourceProperty.builder() .s3DataType("s3DataType") .s3Uri("s3Uri") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelPackage.DataSourceProperty.Builder
A builder for
CfnModelPackage.DataSourceProperty |
static class |
CfnModelPackage.DataSourceProperty.Jsii$Proxy
An implementation for
CfnModelPackage.DataSourceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackage.DataSourceProperty.Builder |
builder() |
java.lang.Object |
getS3DataSource()
The S3 location of the data source that is associated with a channel.
|
java.lang.Object getS3DataSource()
static CfnModelPackage.DataSourceProperty.Builder builder()