| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSource.Builder |
DataSource.builder() |
default DataSource.Builder |
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 |
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.
|
DataSource.Builder |
DataSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataSource.Builder> |
DataSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetImportJobSummary.Builder |
DatasetImportJobSummary.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
default CreateDatasetImportJobRequest.Builder |
CreateDatasetImportJobRequest.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
default DescribeDatasetImportJobResponse.Builder |
DescribeDatasetImportJobResponse.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
Copyright © 2020. All rights reserved.