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.
6407 6408 6409 6410 6411 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6407 class CreateFeatureGroupResponse < Struct.new( :feature_group_arn) SENSITIVE = [] include Aws::Structure end |