sagemakerfeaturestoreruntime_batch_get_record: Retrieves a batch of Records from a FeatureGroup

View source: R/sagemakerfeaturestoreruntime_operations.R

sagemakerfeaturestoreruntime_batch_get_recordR Documentation

Retrieves a batch of Records from a FeatureGroup

Description

Retrieves a batch of Records from a FeatureGroup.

See https://www.paws-r-sdk.com/docs/sagemakerfeaturestoreruntime_batch_get_record/ for full documentation.

Usage

sagemakerfeaturestoreruntime_batch_get_record(
  Identifiers,
  ExpirationTimeResponse = NULL
)

Arguments

Identifiers

[required] A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of names of Features to be retrieved, and the corresponding RecordIdentifier values as strings.

ExpirationTimeResponse

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.