S3Uris

data class S3Uris(val value: List<AiAdapterS3Entry>) : AiAdapterSource

A list of LoRA adapters identified by their Amazon S3 URIs. Use this when your adapters are stored as raw artifacts in Amazon S3.

Constructors

Link copied to clipboard
constructor(value: List<AiAdapterS3Entry>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AiAdapterSource as a ModelPackageArns and retrieves its kotlin.collections.List value. Throws an exception if the AiAdapterSource is not a ModelPackageArns.

Link copied to clipboard

Casts this AiAdapterSource as a ModelPackageArns and retrieves its kotlin.collections.List value. Returns null if the AiAdapterSource is not a ModelPackageArns.

Link copied to clipboard

Casts this AiAdapterSource as a S3Uris and retrieves its kotlin.collections.List value. Throws an exception if the AiAdapterSource is not a S3Uris.

Link copied to clipboard

Casts this AiAdapterSource as a S3Uris and retrieves its kotlin.collections.List value. Returns null if the AiAdapterSource is not a S3Uris.