View source: R/sagemakerfeaturestoreruntime_operations.R
sagemakerfeaturestoreruntime_get_record | R Documentation |
Use for OnlineStore
serving from a FeatureStore
. Only the latest records stored in the OnlineStore
can be retrieved. If no Record with RecordIdentifierValue
is found, then an empty result is returned.
See https://www.paws-r-sdk.com/docs/sagemakerfeaturestoreruntime_get_record/ for full documentation.
sagemakerfeaturestoreruntime_get_record(
FeatureGroupName,
RecordIdentifierValueAsString,
FeatureNames = NULL,
ExpirationTimeResponse = NULL
)
FeatureGroupName |
[required] The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record. |
RecordIdentifierValueAsString |
[required] The value that corresponds to |
FeatureNames |
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned. |
ExpirationTimeResponse |
Parameter to request |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.