public static interface AutoMLDataSource.Builder extends SdkPojo, CopyableBuilder<AutoMLDataSource.Builder,AutoMLDataSource>
| Modifier and Type | Method and Description |
|---|---|
AutoMLDataSource.Builder |
s3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the input data.
|
default AutoMLDataSource.Builder |
s3DataSource(Consumer<AutoMLS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the input data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLDataSource.Builder s3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the input data.
The input data must be in CSV format and contain at least 1000 rows.
s3DataSource - The Amazon S3 location of the input data. The input data must be in CSV format and contain at least 1000 rows.
default AutoMLDataSource.Builder s3DataSource(Consumer<AutoMLS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the input data.
The input data must be in CSV format and contain at least 1000 rows.
AutoMLS3DataSource.Builder avoiding the
need to create one manually via AutoMLS3DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataSource(AutoMLS3DataSource).s3DataSource - a consumer that will call methods on AutoMLS3DataSource.Builders3DataSource(AutoMLS3DataSource)Copyright © 2020. All rights reserved.