Class: Aws::SageMaker::Types::UpdateFeatureGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateFeatureGroupResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #feature_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Number (ARN) of the feature group that you’re updating.
 
Instance Attribute Details
#feature_group_arn ⇒ String
The Amazon Resource Number (ARN) of the feature group that you’re updating.
      48177 48178 48179 48180 48181  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48177 class UpdateFeatureGroupResponse < Struct.new( :feature_group_arn) SENSITIVE = [] include Aws::Structure end  |