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.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def invocation_input @invocation_input end |
#model_invocation_input ⇒ Types::ModelInvocationInput
Returns the value of attribute model_invocation_input.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def model_invocation_input @model_invocation_input end |
#model_invocation_output ⇒ Types::OrchestrationModelInvocationOutput
Returns the value of attribute model_invocation_output.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def model_invocation_output @model_invocation_output end |
#observation ⇒ Types::Observation
Returns the value of attribute observation.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def observation @observation end |
#rationale ⇒ Types::Rationale
Returns the value of attribute rationale.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def rationale @rationale end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def unknown @unknown end |