Class: Aws::BedrockAgentRuntime::Types::PayloadPart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::PayloadPart
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains a part of an agent response and citations for it.
Constant Summary collapse
- SENSITIVE =
[:bytes]
Instance Attribute Summary collapse
-
#attribution ⇒ Types::Attribution
Contains citations for a part of an agent response.
-
#bytes ⇒ String
A part of the agent response in bytes.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#attribution ⇒ Types::Attribution
Contains citations for a part of an agent response.
4743 4744 4745 4746 4747 4748 4749 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4743 class PayloadPart < Struct.new( :attribution, :bytes, :event_type) SENSITIVE = [:bytes] include Aws::Structure end |
#bytes ⇒ String
A part of the agent response in bytes.
4743 4744 4745 4746 4747 4748 4749 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4743 class PayloadPart < Struct.new( :attribution, :bytes, :event_type) SENSITIVE = [:bytes] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
4743 4744 4745 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4743 def event_type @event_type end |