Class: Aws::SageMaker::Types::FeatureParameter

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

Overview

A key-value pair that you specify to describe the feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A key that must contain a value to describe the feature.

Returns:

  • (String)


19347
19348
19349
19350
19351
19352
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19347

class FeatureParameter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value that belongs to a key.

Returns:

  • (String)


19347
19348
19349
19350
19351
19352
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19347

class FeatureParameter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end