Class: Aws::SageMaker::Types::DescribeFeatureGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeFeatureGroupRequest
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #feature_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or Amazon Resource Name (ARN) of the
FeatureGroupyou want described. - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A token to resume pagination of the list of
Features(FeatureDefinitions). 
Instance Attribute Details
#feature_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the FeatureGroup you
want described.
      16581 16582 16583 16584 16585 16586  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16581 class DescribeFeatureGroupRequest < Struct.new( :feature_group_name, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
A token to resume pagination of the list of Features
(FeatureDefinitions). 2,500 Features are returned by default.
      16581 16582 16583 16584 16585 16586  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16581 class DescribeFeatureGroupRequest < Struct.new( :feature_group_name, :next_token) SENSITIVE = [] include Aws::Structure end  |