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.3/services/sagemakerfeaturestoreruntime.ts?docs=full";
interface DeleteRecordRequest {
EventTime: string;
FeatureGroupName: string;
RecordIdentifierValueAsString: string;
}

§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.