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
OfflineStorehas failed.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp indicating the time of creation time of the FeatureGroup.
24870 24871 24872 24873 24874 24875 24876 24877 24878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24870 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.
24870 24871 24872 24873 24874 24875 24876 24877 24878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24870 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.
24870 24871 24872 24873 24874 24875 24876 24877 24878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24870 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.
24870 24871 24872 24873 24874 24875 24876 24877 24878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24870 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.
24870 24871 24872 24873 24874 24875 24876 24877 24878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24870 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |