class Aws::SageMakerFeatureStoreRuntime::Types::FeatureValue

The value associated with a feature.

@note When making an API call, you may pass FeatureValue

data as a hash:

    {
      feature_name: "FeatureName", # required
      value_as_string: "ValueAsString", # required
    }

@!attribute [rw] feature_name

The name of a feature that a feature value corresponds to.
@return [String]

@!attribute [rw] value_as_string

The value associated with a feature, in string format. Note that
features types can be String, Integral, or Fractional. This value
represents all three types as a string.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-featurestore-runtime-2020-07-01/FeatureValue AWS API Documentation

Constants

SENSITIVE