Data Source schema for AWS::SageMaker::FeatureGroup
id
(String) Uniquely identifies the resource.creation_time
(String) A timestamp of FeatureGroup creation time.description
(String) Description about the FeatureGroup.event_time_feature_name
(String) The Event Time Feature Name.feature_definitions
(Attributes List) An Array of Feature Definition (see below for nested schema)feature_group_name
(String) The Name of the FeatureGroup.feature_group_status
(String) The status of the feature group.offline_store_config
(Attributes) (see below for nested schema)online_store_config
(Attributes) (see below for nested schema)record_identifier_feature_name
(String) The Record Identifier Feature Name.role_arn
(String) Role Arntags
(Attributes List) An array of key-value pair to apply to this resource. (see below for nested schema)throughput_config
(Attributes) (see below for nested schema)feature_definitions
Read-Only:
feature_name
(String)feature_type
(String)offline_store_config
Read-Only:
data_catalog_config
(Attributes) (see below for nested schema)disable_glue_table_creation
(Boolean)s3_storage_config
(Attributes) (see below for nested schema)table_format
(String) Format for the offline store feature group. Iceberg is the optimal format for feature groups shared between offline and online stores.offline_store_config.data_catalog_config
Read-Only:
catalog
(String)database
(String)table_name
(String)offline_store_config.s3_storage_config
Read-Only:
kms_key_id
(String)s3_uri
(String)online_store_config
Read-Only:
enable_online_store
(Boolean)security_config
(Attributes) (see below for nested schema)storage_type
(String)ttl_duration
(Attributes) TTL configuration of the feature group (see below for nested schema)online_store_config.security_config
Read-Only:
kms_key_id
(String)online_store_config.ttl_duration
Read-Only:
unit
(String) Unit of ttl configurationvalue
(Number) Value of ttl configurationtags
Read-Only:
key
(String)value
(String)throughput_config
Read-Only:
provisioned_read_capacity_units
(Number) For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.provisioned_write_capacity_units
(Number) For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.throughput_mode
(String) Throughput mode configuration of the feature group