Class: Aws::SageMaker::Types::CreateFeatureGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_group_arnString

The Amazon Resource Name (ARN) of the ‘FeatureGroup`. This is a unique identifier for the feature group.

Returns:

  • (String)


6464
6465
6466
6467
6468
# File 'lib/aws-sdk-sagemaker/types.rb', line 6464

class CreateFeatureGroupResponse < Struct.new(
  :feature_group_arn)
  SENSITIVE = []
  include Aws::Structure
end