| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.clone() |
DataSource |
CreateDatasetImportJobRequest.getDataSource()
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.
|
DataSource |
DatasetImportJobSummary.getDataSource()
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.
|
DataSource |
DescribeDatasetImportJobResult.getDataSource()
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.
|
DataSource |
DataSource.withS3Config(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDatasetImportJobRequest.setDataSource(DataSource 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.
|
void |
DatasetImportJobSummary.setDataSource(DataSource 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.
|
void |
DescribeDatasetImportJobResult.setDataSource(DataSource 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.
|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withDataSource(DataSource 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.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withDataSource(DataSource 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.
|
DescribeDatasetImportJobResult |
DescribeDatasetImportJobResult.withDataSource(DataSource 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 © 2019. All rights reserved.