Class: Aws::SageMaker::Types::UpdateFeatureGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_additionsArray<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.

Returns:



40777
40778
40779
40780
40781
40782
40783
# File 'lib/aws-sdk-sagemaker/types.rb', line 40777

class UpdateFeatureGroupRequest < Struct.new(
  :feature_group_name,
  :feature_additions,
  :online_store_config)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_nameString

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

Returns:

  • (String)


40777
40778
40779
40780
40781
40782
40783
# File 'lib/aws-sdk-sagemaker/types.rb', line 40777

class UpdateFeatureGroupRequest < Struct.new(
  :feature_group_name,
  :feature_additions,
  :online_store_config)
  SENSITIVE = []
  include Aws::Structure
end

#online_store_configTypes::OnlineStoreConfigUpdate

Updates the feature group online store configuration.



40777
40778
40779
40780
40781
40782
40783
# File 'lib/aws-sdk-sagemaker/types.rb', line 40777

class UpdateFeatureGroupRequest < Struct.new(
  :feature_group_name,
  :feature_additions,
  :online_store_config)
  SENSITIVE = []
  include Aws::Structure
end