public static interface FeatureDefinition.Builder extends SdkPojo, CopyableBuilder<FeatureDefinition.Builder,FeatureDefinition>
| Modifier and Type | Method and Description |
|---|---|
FeatureDefinition.Builder |
featureName(String featureName)
The name of a feature.
|
FeatureDefinition.Builder |
featureType(FeatureType featureType)
The value type of a feature.
|
FeatureDefinition.Builder |
featureType(String featureType)
The value type of a feature.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureDefinition.Builder featureName(String featureName)
The name of a feature. The type must be a string. FeatureName cannot be any of the following:
is_deleted, write_time, api_invocation_time.
featureName - The name of a feature. The type must be a string. FeatureName cannot be any of the
following: is_deleted, write_time, api_invocation_time.FeatureDefinition.Builder featureType(String featureType)
The value type of a feature. Valid values are Integral, Fractional, or String.
featureType - The value type of a feature. Valid values are Integral, Fractional, or String.FeatureType,
FeatureTypeFeatureDefinition.Builder featureType(FeatureType featureType)
The value type of a feature. Valid values are Integral, Fractional, or String.
featureType - The value type of a feature. Valid values are Integral, Fractional, or String.FeatureType,
FeatureTypeCopyright © 2022. All rights reserved.