Class: Aws::SageMaker::Types::UpdateFeatureMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateFeatureMetadataRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description that you can write to better describe the feature.
-
#feature_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the feature group containing the feature that you’re updating.
-
#feature_name ⇒ String
The name of the feature that you’re updating.
-
#parameter_additions ⇒ Array<Types::FeatureParameter>
A list of key-value pairs that you can add to better describe the feature.
-
#parameter_removals ⇒ Array<String>
A list of parameter keys that you can specify to remove parameters that describe your feature.
Instance Attribute Details
#description ⇒ String
A description that you can write to better describe the feature.
45663 45664 45665 45666 45667 45668 45669 45670 45671 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45663 class UpdateFeatureMetadataRequest < Struct.new( :feature_group_name, :feature_name, :description, :parameter_additions, :parameter_removals) SENSITIVE = [] include Aws::Structure end |
#feature_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the feature group containing the feature that you’re updating.
45663 45664 45665 45666 45667 45668 45669 45670 45671 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45663 class UpdateFeatureMetadataRequest < Struct.new( :feature_group_name, :feature_name, :description, :parameter_additions, :parameter_removals) SENSITIVE = [] include Aws::Structure end |
#feature_name ⇒ String
The name of the feature that you’re updating.
45663 45664 45665 45666 45667 45668 45669 45670 45671 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45663 class UpdateFeatureMetadataRequest < Struct.new( :feature_group_name, :feature_name, :description, :parameter_additions, :parameter_removals) SENSITIVE = [] include Aws::Structure end |
#parameter_additions ⇒ Array<Types::FeatureParameter>
A list of key-value pairs that you can add to better describe the feature.
45663 45664 45665 45666 45667 45668 45669 45670 45671 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45663 class UpdateFeatureMetadataRequest < Struct.new( :feature_group_name, :feature_name, :description, :parameter_additions, :parameter_removals) SENSITIVE = [] include Aws::Structure end |
#parameter_removals ⇒ Array<String>
A list of parameter keys that you can specify to remove parameters that describe your feature.
45663 45664 45665 45666 45667 45668 45669 45670 45671 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45663 class UpdateFeatureMetadataRequest < Struct.new( :feature_group_name, :feature_name, :description, :parameter_additions, :parameter_removals) SENSITIVE = [] include Aws::Structure end |