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

BatchGetRecordResponse

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

§Properties

§

A list of errors that have occured when retrieving a batch of Records.

§

A list of Records you requested to be retrieved in batch.

§
UnprocessedIdentifiers: BatchGetRecordIdentifier[]
[src]

A unprocessed list of FeatureGroup names, with their corresponding RecordIdentifier value, and Feature name.