Class: Aws::SageMaker::Types::FeatureMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

A timestamp indicating when the feature was created.

Returns:

  • (Time)


22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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

#descriptionString

An optional description that you specify to better describe the feature.

Returns:

  • (String)


22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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_arnString

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

Returns:

  • (String)


22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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_nameString

The name of the feature group containing the feature.

Returns:

  • (String)


22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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_nameString

The name of feature.

Returns:

  • (String)


22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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_typeString

The data type of the feature.

Returns:

  • (String)


22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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_timeTime

A timestamp indicating when the feature was last modified.

Returns:

  • (Time)


22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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

#parametersArray<Types::FeatureParameter>

Optional key-value pairs that you specify to better describe the feature.

Returns:



22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-sagemaker/types.rb', line 22000

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