Class: Aws::SageMaker::Types::FeatureGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FeatureGroupSummary
- Defined in:
- gems/aws-sdk-sagemaker/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.
23726 23727 23728 23729 23730 23731 23732 23733 23734 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23726 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.
23726 23727 23728 23729 23730 23731 23732 23733 23734 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23726 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.
23726 23727 23728 23729 23730 23731 23732 23733 23734 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23726 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.
23726 23727 23728 23729 23730 23731 23732 23733 23734 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23726 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.
23726 23727 23728 23729 23730 23731 23732 23733 23734 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23726 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |