getRecord
inline suspend fun SageMakerFeatureStoreRuntimeClient.getRecord(crossinline block: GetRecordRequest.Builder.() -> Unit): GetRecordResponse
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.