Class: Aws::Types::GenerativeDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::GenerativeDataDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion ⇒ ::String
Returns the value of attribute completion.
-
#ranking_data ⇒ Types::RankingData
Returns the value of attribute ranking_data.
-
#references ⇒ ::Array[Types::DataSummary]
Returns the value of attribute references.
Instance Attribute Details
#completion ⇒ ::String
Returns the value of attribute completion.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def completion @completion end |
#ranking_data ⇒ Types::RankingData
Returns the value of attribute ranking_data.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def ranking_data @ranking_data end |
#references ⇒ ::Array[Types::DataSummary]
Returns the value of attribute references.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def references @references end |