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.
6819 6820 6821 6822 6823 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6819 class CreateFeatureGroupResponse < Struct.new( :feature_group_arn) SENSITIVE = [] include Aws::Structure end |