Class: Aws::Types::PreProcessingModelInvocationOutput
- Inherits:
-
Object
- Object
- Aws::Types::PreProcessingModelInvocationOutput
- 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::PreProcessingParsedResponse
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.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def @metadata end |
#parsed_response ⇒ Types::PreProcessingParsedResponse
Returns the value of attribute parsed_response.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def parsed_response @parsed_response end |
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def raw_response @raw_response end |
#reasoning_content ⇒ Types::ReasoningContentBlock
Returns the value of attribute reasoning_content.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def reasoning_content @reasoning_content end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def trace_id @trace_id end |