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:



9637
9638
9639
9640
9641
9642
9643
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9637

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:



9637
9638
9639
9640
9641
9642
9643
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9637

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)


9637
9638
9639
9640
9641
9642
9643
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9637

class RoutingClassifierModelInvocationOutput < Struct.new(
  :metadata,
  :raw_response,
  :trace_id)
  SENSITIVE = [:metadata, :raw_response]
  include Aws::Structure
end