@Stability(value=Stable)
public static interface CfnModelPackage.DataSourceProperty
extends software.amazon.jsii.JsiiSerializable
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() |
Object |
getS3DataSource()
The S3 location of the data source that is associated with a channel.
|
@Stability(value=Stable) @NotNull Object getS3DataSource()
@Stability(value=Stable) static CfnModelPackage.DataSourceProperty.Builder builder()
Copyright © 2022. All rights reserved.