Class: Aws::Types::OrchestrationTrace
- Inherits:
-
Object
- Object
- Aws::Types::OrchestrationTrace
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InvocationInput, ModelInvocationInput, ModelInvocationOutput, Observation, Rationale, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_input ⇒ Types::InvocationInput
Returns the value of attribute invocation_input.
-
#model_invocation_input ⇒ Types::ModelInvocationInput
Returns the value of attribute model_invocation_input.
-
#model_invocation_output ⇒ Types::OrchestrationModelInvocationOutput
Returns the value of attribute model_invocation_output.
-
#observation ⇒ Types::Observation
Returns the value of attribute observation.
-
#rationale ⇒ Types::Rationale
Returns the value of attribute rationale.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#invocation_input ⇒ Types::InvocationInput
Returns the value of attribute invocation_input.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def invocation_input @invocation_input end |
#model_invocation_input ⇒ Types::ModelInvocationInput
Returns the value of attribute model_invocation_input.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def model_invocation_input @model_invocation_input end |
#model_invocation_output ⇒ Types::OrchestrationModelInvocationOutput
Returns the value of attribute model_invocation_output.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def model_invocation_output @model_invocation_output end |
#observation ⇒ Types::Observation
Returns the value of attribute observation.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def observation @observation end |
#rationale ⇒ Types::Rationale
Returns the value of attribute rationale.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def rationale @rationale end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def unknown @unknown end |