Class: Aws::Types::RoutingClassifierTrace
- Inherits:
-
Object
- Object
- Aws::Types::RoutingClassifierTrace
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InvocationInput, ModelInvocationInput, ModelInvocationOutput, Observation, 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::RoutingClassifierModelInvocationOutput
Returns the value of attribute model_invocation_output.
-
#observation ⇒ Types::Observation
Returns the value of attribute observation.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#invocation_input ⇒ Types::InvocationInput
Returns the value of attribute invocation_input.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def invocation_input @invocation_input end |
#model_invocation_input ⇒ Types::ModelInvocationInput
Returns the value of attribute model_invocation_input.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def model_invocation_input @model_invocation_input end |
#model_invocation_output ⇒ Types::RoutingClassifierModelInvocationOutput
Returns the value of attribute model_invocation_output.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def model_invocation_output @model_invocation_output end |
#observation ⇒ Types::Observation
Returns the value of attribute observation.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def observation @observation end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def unknown @unknown end |