FeatureGroupSummary - Amazon SageMaker

FeatureGroupSummary

The name, ARN, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

Contents

CreationTime

A timestamp indicating the time of creation time of the FeatureGroup.

Type: Timestamp

Required: Yes

FeatureGroupArn

Unique identifier for the FeatureGroup.

Type: String

Length Constraints: Maximum length of 256.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:feature-group/.*

Required: Yes

FeatureGroupName

The name of FeatureGroup.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-zA-Z0-9]([_-]*[a-zA-Z0-9]){0,63}

Required: Yes

FeatureGroupStatus

The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

Type: String

Valid Values: Creating | Created | CreateFailed | Deleting | DeleteFailed

Required: No

OfflineStoreStatus

Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

Type: OfflineStoreStatus object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: