Class: Aws::BedrockAgentRuntime::Types::RoutingClassifierModelInvocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RoutingClassifierModelInvocationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Invocation output from a routing classifier model.
Constant Summary collapse
- SENSITIVE =
[:metadata, :raw_response]
Instance Attribute Summary collapse
-
#metadata ⇒ Types::Metadata
The invocation’s metadata.
-
#raw_response ⇒ Types::RawResponse
The invocation’s raw response.
-
#trace_id ⇒ String
The invocation’s trace ID.
Instance Attribute Details
#metadata ⇒ Types::Metadata
The invocation’s metadata.
5586 5587 5588 5589 5590 5591 5592 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5586 class RoutingClassifierModelInvocationOutput < Struct.new( :metadata, :raw_response, :trace_id) SENSITIVE = [:metadata, :raw_response] include Aws::Structure end |
#raw_response ⇒ Types::RawResponse
The invocation’s raw response.
5586 5587 5588 5589 5590 5591 5592 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5586 class RoutingClassifierModelInvocationOutput < Struct.new( :metadata, :raw_response, :trace_id) SENSITIVE = [:metadata, :raw_response] include Aws::Structure end |
#trace_id ⇒ String
The invocation’s trace ID.
5586 5587 5588 5589 5590 5591 5592 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5586 class RoutingClassifierModelInvocationOutput < Struct.new( :metadata, :raw_response, :trace_id) SENSITIVE = [:metadata, :raw_response] include Aws::Structure end |