Class: Aws::Types::AutoMLProblemTypeResolvedAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLProblemTypeResolvedAttributes
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: TabularResolvedAttributes, TextGenerationResolvedAttributes, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tabular_resolved_attributes ⇒ Types::TabularResolvedAttributes
Returns the value of attribute tabular_resolved_attributes.
-
#text_generation_resolved_attributes ⇒ Types::TextGenerationResolvedAttributes
Returns the value of attribute text_generation_resolved_attributes.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#tabular_resolved_attributes ⇒ Types::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_attributes ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
733 734 735 |
# File 'sig/types.rbs', line 733 def unknown @unknown end |