Class: Aws::SageMaker::Types::CreateFeatureGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateFeatureGroupResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature_group_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘FeatureGroup`.
Instance Attribute Details
#feature_group_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘FeatureGroup`. This is a unique identifier for the feature group.
6885 6886 6887 6888 6889 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6885 class CreateFeatureGroupResponse < Struct.new( :feature_group_arn) SENSITIVE = [] include Aws::Structure end |