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.
      • tableFormatAsString

        public final String tableFormatAsString()

        Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.

        If the service returns an enum value that is not available in the current SDK version, tableFormat will return TableFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tableFormatAsString().

        Returns:
        Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.
        See Also:
        TableFormat
      • 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)