Class: Aws::SageMaker::Types::FeatureGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FeatureGroupSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The name, ARN, ‘CreationTime`, `FeatureGroup` values, `LastUpdatedTime` and `EnableOnlineStorage` status of a `FeatureGroup`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp indicating the time of creation time of the ‘FeatureGroup`.
-
#feature_group_arn ⇒ String
Unique identifier for the ‘FeatureGroup`.
-
#feature_group_name ⇒ String
The name of ‘FeatureGroup`.
-
#feature_group_status ⇒ String
The status of a FeatureGroup.
-
#offline_store_status ⇒ Types::OfflineStoreStatus
Notifies you if replicating data into the ‘OfflineStore` has failed.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp indicating the time of creation time of the ‘FeatureGroup`.
20568 20569 20570 20571 20572 20573 20574 20575 20576 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20568 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |
#feature_group_arn ⇒ String
Unique identifier for the ‘FeatureGroup`.
20568 20569 20570 20571 20572 20573 20574 20575 20576 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20568 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |
#feature_group_name ⇒ String
The name of ‘FeatureGroup`.
20568 20569 20570 20571 20572 20573 20574 20575 20576 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20568 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |
#feature_group_status ⇒ String
The status of a FeatureGroup. The status can be any of the following: ‘Creating`, `Created`, `CreateFail`, `Deleting` or `DetailFail`.
20568 20569 20570 20571 20572 20573 20574 20575 20576 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20568 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |
#offline_store_status ⇒ Types::OfflineStoreStatus
Notifies you if replicating data into the ‘OfflineStore` has failed. Returns either: `Active` or `Blocked`.
20568 20569 20570 20571 20572 20573 20574 20575 20576 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20568 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |