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.



731
732
733
# File 'sig/types.rbs', line 731

def tabular_resolved_attributes
  @tabular_resolved_attributes
end

#text_generation_resolved_attributesTypes::TextGenerationResolvedAttributes

Returns the value of attribute text_generation_resolved_attributes.



732
733
734
# File 'sig/types.rbs', line 732

def text_generation_resolved_attributes
  @text_generation_resolved_attributes
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


733
734
735
# File 'sig/types.rbs', line 733

def unknown
  @unknown
end