Class: Aws::Types::PostProcessingModelInvocationOutput
- Inherits:
-
Object
- Object
- Aws::Types::PostProcessingModelInvocationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
-
#parsed_response ⇒ Types::PostProcessingParsedResponse
Returns the value of attribute parsed_response.
-
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
-
#reasoning_content ⇒ Types::ReasoningContentBlock
Returns the value of attribute reasoning_content.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
Instance Attribute Details
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def @metadata end |
#parsed_response ⇒ Types::PostProcessingParsedResponse
Returns the value of attribute parsed_response.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def parsed_response @parsed_response end |
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def raw_response @raw_response end |
#reasoning_content ⇒ Types::ReasoningContentBlock
Returns the value of attribute reasoning_content.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def reasoning_content @reasoning_content end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def trace_id @trace_id end |