AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetRecord operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMakerFeatureStoreRuntime.AmazonSageMakerFeatureStoreRuntimeRequest
      Amazon.SageMakerFeatureStoreRuntime.Model.GetRecordRequest

Namespace: Amazon.SageMakerFeatureStoreRuntime.Model
Assembly: AWSSDK.SageMakerFeatureStoreRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class GetRecordRequest : AmazonSageMakerFeatureStoreRuntimeRequest
         IAmazonWebServiceRequest

The GetRecordRequest type exposes the following members

Constructors

NameDescription
Public Method GetRecordRequest()

Properties

NameTypeDescription
Public Property ExpirationTimeResponse Amazon.SageMakerFeatureStoreRuntime.ExpirationTimeResponse

Gets and sets the property ExpirationTimeResponse.

Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.

Public Property FeatureGroupName System.String

Gets and sets the property FeatureGroupName.

The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.

Public Property FeatureNames System.Collections.Generic.List<System.String>

Gets and sets the property FeatureNames.

List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

Public Property RecordIdentifierValueAsString System.String

Gets and sets the property RecordIdentifierValueAsString.

The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5