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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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.
20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20625 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 |