Class: Aws::BedrockAgentCore::Types::LiveViewStream

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

Instance Attribute Details

#stream_endpointString

The endpoint URL for the live view stream. This URL is used to establish a connection to receive visual updates from the browser session.

Returns:

  • (String)


2411
2412
2413
2414
2415
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2411

class LiveViewStream < Struct.new(
  :stream_endpoint)
  SENSITIVE = []
  include Aws::Structure
end