Method: Aws::SageMaker::Types::FeatureGroupSummary#feature_group_arn
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#feature_group_arn ⇒ String
Unique identifier for the FeatureGroup.
25049 25050 25051 25052 25053 25054 25055 25056 25057 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25049 class FeatureGroupSummary < Struct.new( :feature_group_name, :feature_group_arn, :creation_time, :feature_group_status, :offline_store_status) SENSITIVE = [] include Aws::Structure end |