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

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

Instance Attribute Details

#creation_timeTime

A timestamp indicating when the feature was created.

Returns:

  • (Time)


19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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)


19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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)


19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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)


19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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)


19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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)


19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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)


19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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:



19275
19276
19277
19278
19279
19280
19281
19282
19283
19284
19285
19286
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19275

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