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

GetRecordRequest

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

§Properties

§
FeatureGroupName: string
[src]

The name of the feature group in which you want to put the records.

§
FeatureNames?: string[] | null
[src]

List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

§
RecordIdentifierValueAsString: string
[src]

The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.