DescribeFeatureGroupResponse

Types

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

Properties

Link copied to clipboard

A timestamp indicating when SageMaker created the FeatureGroup.

Link copied to clipboard

A free form description of the feature group.

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 can occur because:

Link copied to clipboard

A list of the Features in the FeatureGroup. Each feature is defined by a FeatureName and FeatureType.

Link copied to clipboard

The Amazon Resource Name (ARN) of the FeatureGroup.

Link copied to clipboard

he name of the FeatureGroup.

Link copied to clipboard

The status of the feature group.

Link copied to clipboard

A timestamp indicating when the feature group was last updated.

Link copied to clipboard

A value indicating whether the update made to the feature group was successful.

Link copied to clipboard

A token to resume pagination of the list of Features (FeatureDefinitions).

Link copied to clipboard

The configuration of the offline store. It includes the following configurations:

Link copied to clipboard

The status of the OfflineStore. Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked

Link copied to clipboard

The configuration for the OnlineStore.

Link copied to clipboard

The size of the OnlineStore in bytes.

Link copied to clipboard

The name of the Feature used for RecordIdentifier, whose value uniquely identifies a record stored in the feature store.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

Link copied to clipboard

Active throughput configuration of the feature group. There are two modes: ON_DEMAND and PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.

Functions

Link copied to clipboard
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