Class: Aws::SageMaker::Types::DescribeFeatureMetadataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp indicating when the feature was created.

Returns:

  • (Time)


13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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

#descriptionString

The description you added to describe the feature.

Returns:

  • (String)


13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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_arnString

The Amazon Resource Number (ARN) of the feature group that contains the feature.

Returns:

  • (String)


13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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_nameString

The name of the feature group that you've specified.

Returns:

  • (String)


13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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_nameString

The name of the feature that you've specified.

Returns:

  • (String)


13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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_typeString

The data type of the feature.

Returns:

  • (String)


13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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_timeTime

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

Returns:

  • (Time)


13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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

#parametersArray<Types::FeatureParameter>

The key-value pairs that you added to describe the feature.

Returns:



13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13507

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