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

BatchGetRecordRequest

import type { BatchGetRecordRequest } from "https://aws-api.deno.dev/v0.3/services/sagemakerfeaturestoreruntime.ts?docs=full";
interface BatchGetRecordRequest {
Identifiers: BatchGetRecordIdentifier[];
}

§Properties

§

A list of FeatureGroup names, with their corresponding RecordIdentifier value, and Feature name that have been requested to be retrieved in batch.