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, sdkFields
copy
applyMutation, build
FeatureDefinition.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
,
FeatureType
FeatureDefinition.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
,
FeatureType
Copyright © 2021. All rights reserved.