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

BatchGetRecordResultDetail

import type { BatchGetRecordResultDetail } from "https://aws-api.deno.dev/v0.3/services/sagemakerfeaturestoreruntime.ts?docs=full";

The output of Records that have been retrieved in a batch.

interface BatchGetRecordResultDetail {
FeatureGroupName: string;
Record: FeatureValue[];
RecordIdentifierValueAsString: string;
}

§Properties

§
FeatureGroupName: string
[src]

The FeatureGroupName containing Records you retrieved in a batch.

§

The Record retrieved.

§
RecordIdentifierValueAsString: string
[src]

The value of the record identifer in string format.