Interface DataConfig.Builder

    • Method Detail

      • datasetGroupArn

        DataConfig.Builder datasetGroupArn​(String datasetGroupArn)

        The ARN of the dataset group used to train the predictor.

        Parameters:
        datasetGroupArn - The ARN of the dataset group used to train the predictor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeConfigs

        DataConfig.Builder attributeConfigs​(Collection<AttributeConfig> attributeConfigs)

        Aggregation and filling options for attributes in your dataset group.

        Parameters:
        attributeConfigs - Aggregation and filling options for attributes in your dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeConfigs

        DataConfig.Builder attributeConfigs​(AttributeConfig... attributeConfigs)

        Aggregation and filling options for attributes in your dataset group.

        Parameters:
        attributeConfigs - Aggregation and filling options for attributes in your dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalDatasets

        DataConfig.Builder additionalDatasets​(Collection<AdditionalDataset> additionalDatasets)

        Additional built-in datasets like Holidays and the Weather Index.

        Parameters:
        additionalDatasets - Additional built-in datasets like Holidays and the Weather Index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalDatasets

        DataConfig.Builder additionalDatasets​(AdditionalDataset... additionalDatasets)

        Additional built-in datasets like Holidays and the Weather Index.

        Parameters:
        additionalDatasets - Additional built-in datasets like Holidays and the Weather Index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.