Class OfflineStoreConfig

    • Method Detail

      • s3StorageConfig

        public final S3StorageConfig s3StorageConfig()

        The Amazon Simple Storage (Amazon S3) location of OfflineStore.

        Returns:
        The Amazon Simple Storage (Amazon S3) location of OfflineStore.
      • disableGlueTableCreation

        public final Boolean disableGlueTableCreation()

        Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore. If set to False, Feature Store will name the OfflineStore Glue table following Athena's naming recommendations.

        The default value is False.

        Returns:
        Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore. If set to False, Feature Store will name the OfflineStore Glue table following Athena's naming recommendations.

        The default value is False.

      • dataCatalogConfig

        public final DataCatalogConfig dataCatalogConfig()

        The meta data of the Glue table that is autogenerated when an OfflineStore is created.

        Returns:
        The meta data of the Glue table that is autogenerated when an OfflineStore is created.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)