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`.
      21774 21775 21776 21777 21778 21779 21780 21781 21782  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21774 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`.
      21774 21775 21776 21777 21778 21779 21780 21781 21782  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21774 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`.
      21774 21775 21776 21777 21778 21779 21780 21781 21782  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21774 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`.
      21774 21775 21776 21777 21778 21779 21780 21781 21782  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21774 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`.
      21774 21775 21776 21777 21778 21779 21780 21781 21782  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21774 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end  |