Class: Aws::Types::AutoMLProblemTypeResolvedAttributes

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

Defined Under Namespace

Classes: TabularResolvedAttributes, TextGenerationResolvedAttributes, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#tabular_resolved_attributesTypes::TabularResolvedAttributes

Returns the value of attribute tabular_resolved_attributes.

Returns:



746
747
748
# File 'sig/types.rbs', line 746

def tabular_resolved_attributes
  @tabular_resolved_attributes
end

#text_generation_resolved_attributesTypes::TextGenerationResolvedAttributes

Returns the value of attribute text_generation_resolved_attributes.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def text_generation_resolved_attributes
  @text_generation_resolved_attributes
end

#unknownObject

Returns the value of attribute unknown.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def unknown
  @unknown
end