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. 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)


1579
1580
1581
1582
1583
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1579

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