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.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def @metadata end |
#parsed_response ⇒ Types::PostProcessingParsedResponse
Returns the value of attribute parsed_response.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def parsed_response @parsed_response end |
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def raw_response @raw_response end |
#reasoning_content ⇒ Types::ReasoningContentBlock
Returns the value of attribute reasoning_content.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def reasoning_content @reasoning_content end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def trace_id @trace_id end |