Class: Aws::SageMaker::Types::DescribeFeatureMetadataResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeFeatureMetadataResponse
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp indicating when the feature was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description you added to describe the feature.
 - 
  
    
      #feature_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Number (ARN) of the feature group that contains the feature.
 - 
  
    
      #feature_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the feature group that you've specified.
 - 
  
    
      #feature_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the feature that you've specified.
 - 
  
    
      #feature_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data type of the feature.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp indicating when the metadata for the feature group was modified.
 - 
  
    
      #parameters  ⇒ Array<Types::FeatureParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key-value pairs that you added to describe the feature.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp indicating when the feature was created.
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description you added to describe the feature.
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#feature_group_arn ⇒ String
The Amazon Resource Number (ARN) of the feature group that contains the feature.
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#feature_group_name ⇒ String
The name of the feature group that you've specified.
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#feature_name ⇒ String
The name of the feature that you've specified.
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#feature_type ⇒ String
The data type of the feature.
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#parameters ⇒ Array<Types::FeatureParameter>
The key-value pairs that you added to describe the feature.
      16789 16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16789 class DescribeFeatureMetadataResponse < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  |