Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteRecordRequest

import type { DeleteRecordRequest } from "https://aws-api.deno.dev/v0.4/services/sagemakerfeaturestoreruntime.ts?docs=full";
interface DeleteRecordRequest {
EventTime: string;
FeatureGroupName: string;
RecordIdentifierValueAsString: string;
TargetStores?: TargetStore[] | null;
}

§Properties

§
EventTime: string
[src]

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

§
FeatureGroupName: string
[src]

The name of the feature group to delete the record from.

§
RecordIdentifierValueAsString: string
[src]

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

§
TargetStores?: TargetStore[] | null
[src]

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.