Class: Aws::SageMaker::Types::FeatureMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FeatureMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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.
21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21703 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 |