FeatureValue - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

FeatureValue

The value associated with a feature.

Contents

FeatureName

The name of a feature that a feature value corresponds to.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}

Required: Yes

ValueAsString

The value in string format associated with a feature. Used when your CollectionType is None. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.

Type: String

Length Constraints: Maximum length of 358400.

Pattern: .*

Required: No

ValueAsStringList

The list of values in string format associated with a feature. Used when your CollectionType is a List, Set, or Vector. Note that features types can be String, Integral, or Fractional. These values represents all three types as a string.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 358400 items.

Length Constraints: Maximum length of 358400.

Pattern: .*

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: