Class: Aws::SageMaker::Types::UpdateFeatureMetadataRequest

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

#descriptionString

A description that you can write to better describe the feature.

Returns:

  • (String)


43316
43317
43318
43319
43320
43321
43322
43323
43324
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43316

class UpdateFeatureMetadataRequest < Struct.new(
  :feature_group_name,
  :feature_name,
  :description,
  :parameter_additions,
  :parameter_removals)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_nameString

The name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating.

Returns:

  • (String)


43316
43317
43318
43319
43320
43321
43322
43323
43324
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43316

class UpdateFeatureMetadataRequest < Struct.new(
  :feature_group_name,
  :feature_name,
  :description,
  :parameter_additions,
  :parameter_removals)
  SENSITIVE = []
  include Aws::Structure
end

#feature_nameString

The name of the feature that you're updating.

Returns:

  • (String)


43316
43317
43318
43319
43320
43321
43322
43323
43324
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43316

class UpdateFeatureMetadataRequest < Struct.new(
  :feature_group_name,
  :feature_name,
  :description,
  :parameter_additions,
  :parameter_removals)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_additionsArray<Types::FeatureParameter>

A list of key-value pairs that you can add to better describe the feature.

Returns:



43316
43317
43318
43319
43320
43321
43322
43323
43324
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43316

class UpdateFeatureMetadataRequest < Struct.new(
  :feature_group_name,
  :feature_name,
  :description,
  :parameter_additions,
  :parameter_removals)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_removalsArray<String>

A list of parameter keys that you can specify to remove parameters that describe your feature.

Returns:

  • (Array<String>)


43316
43317
43318
43319
43320
43321
43322
43323
43324
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43316

class UpdateFeatureMetadataRequest < Struct.new(
  :feature_group_name,
  :feature_name,
  :description,
  :parameter_additions,
  :parameter_removals)
  SENSITIVE = []
  include Aws::Structure
end