class Aws::SageMaker::Types::FeatureDefinition

A list of features. You must include `FeatureName` and `FeatureType`. Valid feature `FeatureType`s are `Integral`, `Fractional` and `String`.

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

data as a hash:

    {
      feature_name: "FeatureName",
      feature_type: "Integral", # accepts Integral, Fractional, String
    }

@!attribute [rw] feature_name

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`.
@return [String]

@!attribute [rw] feature_type

The value type of a feature. Valid values are Integral, Fractional,
or String.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FeatureDefinition AWS API Documentation

Constants

SENSITIVE