Class: Aws::SageMaker::Types::UpdateFeatureMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateFeatureMetadataRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
45765 45766 45767 45768 45769 45770 45771 45772 45773 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45765 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.
45765 45766 45767 45768 45769 45770 45771 45772 45773 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45765 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.
45765 45766 45767 45768 45769 45770 45771 45772 45773 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45765 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.
45765 45766 45767 45768 45769 45770 45771 45772 45773 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45765 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.
45765 45766 45767 45768 45769 45770 45771 45772 45773 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45765 class UpdateFeatureMetadataRequest < Struct.new( :feature_group_name, :feature_name, :description, :parameter_additions, :parameter_removals) SENSITIVE = [] include Aws::Structure end |