Class: Aws::Types::RecommenderSchemaField

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"STRING", "NUMBER"

Returns the value of attribute content_type.

Returns:

  • ("STRING", "NUMBER")


2474
2475
2476
# File 'sig/types.rbs', line 2474

def content_type
  @content_type
end

#feature_type"TEXTUAL", "CATEGORICAL"

Returns the value of attribute feature_type.

Returns:

  • ("TEXTUAL", "CATEGORICAL")


2475
2476
2477
# File 'sig/types.rbs', line 2475

def feature_type
  @feature_type
end

#target_field_name::String

Returns the value of attribute target_field_name.

Returns:

  • (::String)


2473
2474
2475
# File 'sig/types.rbs', line 2473

def target_field_name
  @target_field_name
end