PutRecordRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the feature group that you want to insert the record into.

Link copied to clipboard

List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few of the feature values, do the following:

Link copied to clipboard

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.

Link copied to clipboard

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

Functions

Link copied to clipboard
inline fun copy(block: PutRecordRequest.Builder.() -> Unit = {}): PutRecordRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String