Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-sagemaker-featuregroup.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::SageMaker::FeatureGroup. Source:- No source definition found, add manually please

Properties

FeatureGroupName string | Aws_CF_FunctionString required

The Name of the FeatureGroup.

RecordIdentifierFeatureName string | Aws_CF_FunctionString required

The Record Identifier Feature Name.

EventTimeFeatureName string | Aws_CF_FunctionString required

The Event Time Feature Name.

FeatureDefinitions FeatureDefinition[] required

An Array of Feature Definition

minItems=1maxItems=2500
OnlineStoreConfig object
2 nested properties
SecurityConfig object
1 nested properties
KmsKeyId string | Aws_CF_FunctionString
EnableOnlineStore boolean
OfflineStoreConfig object
4 nested properties
S3StorageConfig object required
2 nested properties
S3Uri string | Aws_CF_FunctionString required
KmsKeyId string | Aws_CF_FunctionString
DisableGlueTableCreation boolean
DataCatalogConfig object
3 nested properties
TableName string | Aws_CF_FunctionString required
Catalog string | Aws_CF_FunctionString required
Database string | Aws_CF_FunctionString required
TableFormat string | Aws_CF_FunctionString

Format for the offline store feature group. Iceberg is the optimal format for feature groups shared between offline and online stores.

RoleArn string | Aws_CF_FunctionString

Role Arn

Description string | Aws_CF_FunctionString

Description about the FeatureGroup.

Tags Tag[]

An array of key-value pair to apply to this resource.

maxItems=50

Definitions

FeatureDefinition object
FeatureName string | Aws_CF_FunctionString required
FeatureType string | Aws_CF_FunctionString required
KmsKeyId string | Aws_CF_FunctionString
OnlineStoreSecurityConfig object
KmsKeyId string | Aws_CF_FunctionString
S3StorageConfig object
S3Uri string | Aws_CF_FunctionString required
KmsKeyId string | Aws_CF_FunctionString
DataCatalogConfig object
TableName string | Aws_CF_FunctionString required
Catalog string | Aws_CF_FunctionString required
Database string | Aws_CF_FunctionString required
TableFormat string | Aws_CF_FunctionString

Format for the offline store feature group. Iceberg is the optimal format for feature groups shared between offline and online stores.

Tag object

A key-value pair to associate with a resource.

Value string | Aws_CF_FunctionString required
Key string | Aws_CF_FunctionString required