DeleteRecordRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the deletion mode for deleting the record. By default, the deletion mode is set to SoftDelete.

Link copied to clipboard

Timestamp indicating when the deletion event occurred. EventTime can be used to query data at a certain point in time.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the feature group to delete the record from.

Link copied to clipboard

The value for the RecordIdentifier that uniquely identifies the record, in string format.

Link copied to clipboard

A list of stores from which you're deleting the record. By default, Feature Store deletes the record from all of the stores that you're using for the FeatureGroup.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String