Class: Aws::SageMaker::Types::UpdateFeatureGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateFeatureGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature_additions ⇒ Array<Types::FeatureDefinition>
Updates the feature group.
-
#feature_group_name ⇒ String
The name of the feature group that you’re updating.
Instance Attribute Details
#feature_additions ⇒ Array<Types::FeatureDefinition>
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you’ve made a valid request. It takes some time after you’ve made a valid request for Feature Store to update the feature group.
37683 37684 37685 37686 37687 37688 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37683 class UpdateFeatureGroupRequest < Struct.new( :feature_group_name, :feature_additions) SENSITIVE = [] include Aws::Structure end |
#feature_group_name ⇒ String
The name of the feature group that you’re updating.
37683 37684 37685 37686 37687 37688 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37683 class UpdateFeatureGroupRequest < Struct.new( :feature_group_name, :feature_additions) SENSITIVE = [] include Aws::Structure end |