Builder
Properties
A free-form description of a FeatureGroup
.
The name of the feature that stores the EventTime
of a Record
in a FeatureGroup
.
A list of Feature
names and types. Name
and Type
is compulsory per Feature
.
The name of the FeatureGroup
. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account. The name:
Use this to configure an OfflineFeatureStore
. This parameter allows you to specify:
You can turn the OnlineStore
on or off by specifying True
for the EnableOnlineStore
flag in OnlineStoreConfig
.
The name of the Feature
whose value uniquely identifies a Record
defined in the FeatureStore
. Only the latest record per identifier value will be stored in the OnlineStore
. RecordIdentifierFeatureName
must be one of feature definitions' names.
Used to set feature group throughput configuration. 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
construct an aws.sdk.kotlin.services.sagemaker.model.OfflineStoreConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.OnlineStoreConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.ThroughputConfig inside the given block