Class: Aws::BedrockAgentRuntime::Types::RoutingClassifierModelInvocationOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#metadataTypes::Metadata

The invocation’s metadata.

Returns:



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_responseTypes::RawResponse

The invocation’s raw response.

Returns:



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_idString

The invocation’s trace ID.

Returns:

  • (String)


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