FeatureGroupFeatureDefinition

data class FeatureGroupFeatureDefinition(val featureName: String? = null, val featureType: String? = null)

Constructors

Link copied to clipboard
constructor(featureName: String? = null, featureType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val featureName: String? = null

The name of a feature. feature_name cannot be any of the following: is_deleted, write_time, api_invocation_time.

Link copied to clipboard
val featureType: String? = null

The value type of a feature. Valid values are Integral, Fractional, or String.