Retrieves a batch of Records
from a FeatureGroup
.
See https://www.paws-r-sdk.com/docs/sagemakerfeaturestoreruntime_batch_get_record/ for full documentation.
sagemakerfeaturestoreruntime_batch_get_record(
Identifiers,
ExpirationTimeResponse = NULL
)
[required] A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup
, the list of names of Feature
s to be retrieved, and the
corresponding RecordIdentifier
values as strings.
Parameter to request ExpiresAt
in response. If Enabled
,
batch_get_record
will
return the value of ExpiresAt
, if it is not null. If Disabled
and
null,
batch_get_record
will
return null.