| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
S3Config |
S3Config.clone() |
S3Config |
DataSource.getS3Config()
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 |
DataDestination.getS3Config()
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
S3Config |
S3Config.withKMSKeyArn(String kMSKeyArn)
The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key.
|
S3Config |
S3Config.withPath(String path)
The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.
|
S3Config |
S3Config.withRoleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon
S3 bucket or files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setS3Config(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.
|
void |
DataDestination.setS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
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.
|
DataDestination |
DataDestination.withS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
Copyright © 2021. All rights reserved.