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.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def @metadata end |
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def raw_response @raw_response end |
#reasoning_content ⇒ Types::ReasoningContentBlock
Returns the value of attribute reasoning_content.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def reasoning_content @reasoning_content end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def trace_id @trace_id end |