S3Location

data class S3Location(val value: S3Location) : ImageSource

The path to the Amazon S3 bucket where the image is stored.

Constructors

Link copied to clipboard
constructor(value: S3Location)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard