Class VideoSegment
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.VideoSegment
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoSegment.Builder,VideoSegment>
@Generated("software.amazon.awssdk:codegen") public final class VideoSegment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoSegment.Builder,VideoSegment>
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
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoSegment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoSegment.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Uri()The S3 URI where this specific video segment is stored in the multimodal storage destination.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VideoSegment.Builder>serializableBuilderClass()Stringsummary()A text summary describing the content of the video segment.VideoSegment.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Uri
public final String s3Uri()
The S3 URI where this specific video segment is stored in the multimodal storage destination.
- Returns:
- The S3 URI where this specific video segment is stored in the multimodal storage destination.
-
summary
public final String summary()
A text summary describing the content of the video segment.
- Returns:
- A text summary describing the content of the video segment.
-
toBuilder
public VideoSegment.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoSegment.Builder,VideoSegment>
-
builder
public static VideoSegment.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoSegment.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-