Skip to main content

Feature

This class represents an optional feature with a name and its corresponding Spark configuration. It allows for defining specific Spark settings associated with a particular feature.

Attributes

AttributeTypeDescription
NamestringThe name of the optional feature.
SparkConfigmap[string]stringA map of string keys to string values representing the Spark configuration to use for the feature.