Class: Aws::SageMaker::Types::UpdateFeatureGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_group_arnString

The Amazon Resource Number (ARN) of the feature group that you're updating.

Returns:

  • (String)


43401
43402
43403
43404
43405
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43401

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