FeatureDefinition
A list of features. You must include FeatureName
and
FeatureType
. Valid feature FeatureType
s are
Integral
, Fractional
and String
.
Contents
- 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
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}
Required: No
- FeatureType
-
The value type of a feature. Valid values are Integral, Fractional, or String.
Type: String
Valid Values:
Integral | Fractional | String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: