public static interface DataSource.Builder extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
| Modifier and Type | Method and Description |
|---|---|
default DataSource.Builder |
s3Config(Consumer<S3Config.Builder> s3Config)
The path to the training data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the
credentials to access the data.
|
DataSource.Builder |
s3Config(S3Config s3Config)
The path to the training data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the
credentials to access the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSource.Builder s3Config(S3Config s3Config)
The path to the training data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.
s3Config - The path to the training data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with
the credentials to access the data.default DataSource.Builder s3Config(Consumer<S3Config.Builder> s3Config)
The path to the training data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.
This is a convenience that creates an instance of theS3Config.Builder avoiding the need to create
one manually via S3Config.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Config(S3Config).s3Config - a consumer that will call methods on S3Config.Builders3Config(S3Config)Copyright © 2020. All rights reserved.