Class: Aws::BedrockAgentRuntime::Types::VideoSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::VideoSegment
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a video segment retrieved from a knowledge base, including its location and summary.
This data type is used in the following API operations:
- Retrieve response – in the
videofield
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The S3 URI where this specific video segment is stored in the multimodal storage destination.
-
#summary ⇒ String
A text summary describing the content of the video segment.
Instance Attribute Details
#s3_uri ⇒ String
The S3 URI where this specific video segment is stored in the multimodal storage destination.
9162 9163 9164 9165 9166 9167 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9162 class VideoSegment < Struct.new( :s3_uri, :summary) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
A text summary describing the content of the video segment.
9162 9163 9164 9165 9166 9167 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9162 class VideoSegment < Struct.new( :s3_uri, :summary) SENSITIVE = [] include Aws::Structure end |