Use this operation to describe a FeatureGroup
Use this operation to describe a FeatureGroup
. The response includes
information on the creation time, FeatureGroup
name, the unique
identifier for each FeatureGroup
, and more.
sagemaker_describe_feature_group(FeatureGroupName, NextToken)
FeatureGroupName |
[required] The name of the |
NextToken |
A token to resume pagination of the list of |
A list with the following syntax:
list( FeatureGroupArn = "string", FeatureGroupName = "string", RecordIdentifierFeatureName = "string", EventTimeFeatureName = "string", FeatureDefinitions = list( list( FeatureName = "string", FeatureType = "Integral"|"Fractional"|"String" ) ), CreationTime = as.POSIXct( "2015-01-01" ), OnlineStoreConfig = list( SecurityConfig = list( KmsKeyId = "string" ), EnableOnlineStore = TRUE|FALSE ), OfflineStoreConfig = list( S3StorageConfig = list( S3Uri = "string", KmsKeyId = "string" ), DisableGlueTableCreation = TRUE|FALSE, DataCatalogConfig = list( TableName = "string", Catalog = "string", Database = "string" ) ), RoleArn = "string", FeatureGroupStatus = "Creating"|"Created"|"CreateFailed"|"Deleting"|"DeleteFailed", OfflineStoreStatus = list( Status = "Active"|"Blocked"|"Disabled", BlockedReason = "string" ), FailureReason = "string", Description = "string", NextToken = "string" )
svc$describe_feature_group( FeatureGroupName = "string", NextToken = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.