class Aws::SageMakerFeatureStoreRuntime::Types::PutRecordRequest

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

data as a hash:

    {
      feature_group_name: "FeatureGroupName", # required
      record: [ # required
        {
          feature_name: "FeatureName", # required
          value_as_string: "ValueAsString", # required
        },
      ],
    }

@!attribute [rw] feature_group_name

The name of the feature group that you want to insert the record
into.
@return [String]

@!attribute [rw] record

List of FeatureValues to be inserted. This will be a full
over-write. If you only want to update few of the feature values, do
the following:

* Use `GetRecord` to retrieve the latest record.

* Update the record returned from `GetRecord`.

* Use `PutRecord` to update feature values.
@return [Array<Types::FeatureValue>]

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

Constants

SENSITIVE