Class: Aws::SageMaker::Types::DescribeFeatureMetadataRequest

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 or Amazon Resource Name (ARN) of the feature group containing the feature.

Returns:

  • (String)


12311
12312
12313
12314
12315
12316
# File 'lib/aws-sdk-sagemaker/types.rb', line 12311

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

#feature_nameString

The name of the feature.

Returns:

  • (String)


12311
12312
12313
12314
12315
12316
# File 'lib/aws-sdk-sagemaker/types.rb', line 12311

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