Class: Aws::SageMaker::Types::DeleteFeatureGroupRequest

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_nameString

The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

Returns:

  • (String)


14412
14413
14414
14415
14416
# File 'lib/aws-sdk-sagemaker/types.rb', line 14412

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