Class: Aws::Types::OrchestrationModelInvocationOutput
- Inherits:
-
Object
- Object
- Aws::Types::OrchestrationModelInvocationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
-
#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.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def @metadata end |
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def raw_response @raw_response end |
#reasoning_content ⇒ Types::ReasoningContentBlock
Returns the value of attribute reasoning_content.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def reasoning_content @reasoning_content end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def trace_id @trace_id end |