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.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def invocation_input @invocation_input end |
#model_invocation_input ⇒ Types::ModelInvocationInput
Returns the value of attribute model_invocation_input.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def model_invocation_input @model_invocation_input end |
#model_invocation_output ⇒ Types::RoutingClassifierModelInvocationOutput
Returns the value of attribute model_invocation_output.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def model_invocation_output @model_invocation_output end |
#observation ⇒ Types::Observation
Returns the value of attribute observation.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def observation @observation end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def unknown @unknown end |