Struct aws_sdk_forecast::model::InputDataConfig
source · #[non_exhaustive]pub struct InputDataConfig { /* private fields */ }Expand description
This object belongs to the CreatePredictor operation. If you created your predictor with CreateAutoPredictor, see DataConfig.
The data used to train a predictor. The data includes a dataset group and any supplementary features. You specify this object in the CreatePredictor request.
Implementations§
source§impl InputDataConfig
impl InputDataConfig
sourcepub fn dataset_group_arn(&self) -> Option<&str>
pub fn dataset_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the dataset group.
sourcepub fn supplementary_features(&self) -> Option<&[SupplementaryFeature]>
pub fn supplementary_features(&self) -> Option<&[SupplementaryFeature]>
An array of supplementary features. The only supported feature is a holiday calendar.
source§impl InputDataConfig
impl InputDataConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InputDataConfig.
Trait Implementations§
source§impl Clone for InputDataConfig
impl Clone for InputDataConfig
source§fn clone(&self) -> InputDataConfig
fn clone(&self) -> InputDataConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InputDataConfig
impl Debug for InputDataConfig
source§impl PartialEq<InputDataConfig> for InputDataConfig
impl PartialEq<InputDataConfig> for InputDataConfig
source§fn eq(&self, other: &InputDataConfig) -> bool
fn eq(&self, other: &InputDataConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.