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

BatchGetRecordError

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

The error that has occurred when attempting to retrieve a batch of Records.

interface BatchGetRecordError {
ErrorCode: string;
ErrorMessage: string;
FeatureGroupName: string;
RecordIdentifierValueAsString: string;
}

§Properties

§
ErrorCode: string
[src]

The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.

§
ErrorMessage: string
[src]

The error message of an error that has occured when attempting to retrieve a record in the batch.

§
FeatureGroupName: string
[src]

The name of the feature group that the record belongs to.

§
RecordIdentifierValueAsString: string
[src]

The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.