Class: Aws::BedrockAgentCore::Types::LiveViewStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::LiveViewStream
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
The configuration for a stream that provides a visual representation of a browser session in Amazon Bedrock. This stream enables agents to observe the current state of the browser, including rendered web pages, visual elements, and the results of interactions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_endpoint ⇒ String
The endpoint URL for the live view stream.
Instance Attribute Details
#stream_endpoint ⇒ String
The endpoint URL for the live view stream. This URL is used to establish a connection to receive visual updates from the browser session.
1585 1586 1587 1588 1589 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1585 class LiveViewStream < Struct.new( :stream_endpoint) SENSITIVE = [] include Aws::Structure end |