#[non_exhaustive]pub struct TimeSeriesReplacementsDataSource { /* private fields */ }Expand description
A replacement dataset is a modified version of the baseline related time series that contains only the values that you want to include in a what-if forecast. The replacement dataset must contain the forecast dimensions and item identifiers in the baseline related time series as well as at least 1 changed time series. This dataset is merged with the baseline related time series to create a transformed dataset that is used for the what-if forecast.
Implementations§
source§impl TimeSeriesReplacementsDataSource
impl TimeSeriesReplacementsDataSource
sourcepub fn s3_config(&self) -> Option<&S3Config>
pub fn s3_config(&self) -> Option<&S3Config>
The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the file(s). Optionally, includes an AWS Key Management Service (KMS) key. This object is part of the DataSource object that is submitted in the CreateDatasetImportJob request, and part of the DataDestination object.
sourcepub fn timestamp_format(&self) -> Option<&str>
pub fn timestamp_format(&self) -> Option<&str>
The timestamp format of the replacement data.
source§impl TimeSeriesReplacementsDataSource
impl TimeSeriesReplacementsDataSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimeSeriesReplacementsDataSource.
Trait Implementations§
source§impl Clone for TimeSeriesReplacementsDataSource
impl Clone for TimeSeriesReplacementsDataSource
source§fn clone(&self) -> TimeSeriesReplacementsDataSource
fn clone(&self) -> TimeSeriesReplacementsDataSource
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<TimeSeriesReplacementsDataSource> for TimeSeriesReplacementsDataSource
impl PartialEq<TimeSeriesReplacementsDataSource> for TimeSeriesReplacementsDataSource
source§fn eq(&self, other: &TimeSeriesReplacementsDataSource) -> bool
fn eq(&self, other: &TimeSeriesReplacementsDataSource) -> bool
self and other values to be equal, and is used
by ==.