S3Location

data class S3Location(val value: S3Location) : VideoSource

The location of a video object in an Amazon S3 bucket. To see which models support S3 uploads, see Supported models and features for Converse.

Constructors

Link copied to clipboard
constructor(value: S3Location)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this VideoSource as a Bytes and retrieves its kotlin.ByteArray value. Throws an exception if the VideoSource is not a Bytes.

Link copied to clipboard

Casts this VideoSource as a Bytes and retrieves its kotlin.ByteArray value. Returns null if the VideoSource is not a Bytes.

Link copied to clipboard

Casts this VideoSource as a S3Location and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.S3Location value. Throws an exception if the VideoSource is not a S3Location.

Link copied to clipboard

Casts this VideoSource as a S3Location and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.S3Location value. Returns null if the VideoSource is not a S3Location.