Class: Aws::SageMaker::Types::FeatureMetadata
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::FeatureMetadata
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp indicating when the feature was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional description that you specify to better describe the feature.
 - 
  
    
      #feature_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Number (ARN) of the feature group.
 - 
  
    
      #feature_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the feature group containing the feature.
 - 
  
    
      #feature_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of feature.
 - 
  
    
      #feature_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data type of the feature.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp indicating when the feature was last modified.
 - 
  
    
      #parameters  ⇒ Array<Types::FeatureParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional key-value pairs that you specify to better describe the feature.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp indicating when the feature was created.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < 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
An optional description that you specify to better describe the feature.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < 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.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < 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 containing the feature.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < 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 feature.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < 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.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < 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 feature was last modified.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < 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>
Optional key-value pairs that you specify to better describe the feature.
      21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21823 class FeatureMetadata < Struct.new( :feature_group_arn, :feature_group_name, :feature_name, :feature_type, :creation_time, :last_modified_time, :description, :parameters) SENSITIVE = [] include Aws::Structure end  |