| 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 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 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 DescribeDatasetImportJobResponse.Builder |
DescribeDatasetImportJobResponse.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
default DescribeExplainabilityResponse.Builder |
DescribeExplainabilityResponse.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
Sets the value of the DataSource property for this object.
|
default DatasetImportJobSummary.Builder |
DatasetImportJobSummary.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
default CreateExplainabilityRequest.Builder |
CreateExplainabilityRequest.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
Sets the value of the DataSource property for this object.
|
default CreateDatasetImportJobRequest.Builder |
CreateDatasetImportJobRequest.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
default TimeSeriesIdentifiers.Builder |
TimeSeriesIdentifiers.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
Sets the value of the DataSource property for this object.
|
Copyright © 2023. All rights reserved.