View source: R/sagemaker_operations.R
sagemaker_create_feature_group | R Documentation |
Create a new FeatureGroup
. A FeatureGroup
is a group of Features
defined in the FeatureStore
to describe a Record
.
See https://www.paws-r-sdk.com/docs/sagemaker_create_feature_group/ for full documentation.
sagemaker_create_feature_group(
FeatureGroupName,
RecordIdentifierFeatureName,
EventTimeFeatureName,
FeatureDefinitions,
OnlineStoreConfig = NULL,
OfflineStoreConfig = NULL,
ThroughputConfig = NULL,
RoleArn = NULL,
Description = NULL,
Tags = NULL
)
FeatureGroupName |
[required] The name of the The name:
|
RecordIdentifierFeatureName |
[required] The name of the You use the This name:
|
EventTimeFeatureName |
[required] The name of the feature that stores the An An
|
FeatureDefinitions |
[required] A list of Valid feature
You can create up to 2,500 |
OnlineStoreConfig |
You can turn the You can also include an Amazon Web Services KMS key ID ( The default value is |
OfflineStoreConfig |
Use this to configure an
To learn more about this parameter, see OfflineStoreConfig. |
ThroughputConfig |
|
RoleArn |
The Amazon Resource Name (ARN) of the IAM execution role used to persist
data into the |
Description |
A free-form description of a |
Tags |
Tags used to identify |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.