View a markdown version of this page

BatchWriteRecordEntry - Amazon SageMaker

BatchWriteRecordEntry

An entry to write as part of a BatchWriteRecord request.

Contents

FeatureGroupName

The name or Amazon Resource Name (ARN) of the FeatureGroup to write the record to.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 150.

Pattern: (arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:feature-group/)?([a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63})

Required: Yes

Record

List of FeatureValues to be inserted. This will be a full over-write.

Type: Array of FeatureValue objects

Array Members: Minimum number of 1 item.

Required: Yes

TargetStores

A list of stores to which you're adding the record. By default, Feature Store adds the record to all of the stores that you're using for the FeatureGroup.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 2 items.

Valid Values: OnlineStore | OfflineStore

Required: No

TtlDuration

Time to live duration for this entry, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. This overrides the request level TtlDuration.

Type: TtlDuration object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: