FeatureGroup

Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.

Types

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

Properties

Link copied to clipboard

The time a FeatureGroup was created.

Link copied to clipboard

A free form description of a FeatureGroup.

Link copied to clipboard

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

Link copied to clipboard

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure may be due to a failure to create a FeatureGroup in or delete a FeatureGroup from the OfflineStore.

Link copied to clipboard

A list of Features. Each Feature must include a FeatureName and a FeatureType.

Link copied to clipboard

The Amazon Resource Name (ARN) of a FeatureGroup.

Link copied to clipboard

The name of the FeatureGroup.

Link copied to clipboard

A FeatureGroup status.

Link copied to clipboard

A timestamp indicating the last time you updated the feature group.

Link copied to clipboard

A value that indicates whether the feature group was updated successfully.

Link copied to clipboard

The configuration of an OfflineStore.

Link copied to clipboard

The status of OfflineStore.

Link copied to clipboard

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore on or off by specifying the EnableOnlineStore flag at General Assembly.

Link copied to clipboard

The name of the Feature whose value uniquely identifies a Record defined in the FeatureGroup``FeatureDefinitions.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.

Link copied to clipboard
val tags: List<Tag>?

Tags used to define a FeatureGroup.

Functions

Link copied to clipboard
inline fun copy(block: FeatureGroup.Builder.() -> Unit = {}): FeatureGroup
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