Class: Aws::SageMaker::Types::DescribeFeatureMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeFeatureMetadataResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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.
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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.
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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.
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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.
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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.
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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.
14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14357 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 |