class Aws::SageMakerFeatureStoreRuntime::Types::DeleteRecordRequest

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

data as a hash:

    {
      feature_group_name: "FeatureGroupName", # required
      record_identifier_value_as_string: "ValueAsString", # required
      event_time: "ValueAsString", # required
    }

@!attribute [rw] feature_group_name

The name of the feature group to delete the record from.
@return [String]

@!attribute [rw] record_identifier_value_as_string

The value for the `RecordIdentifier` that uniquely identifies the
record, in string format.
@return [String]

@!attribute [rw] event_time

Timestamp indicating when the deletion event occurred. `EventTime`
can be used to query data at a certain point in time.
@return [String]

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

Constants

SENSITIVE