ModelPackageArns

A list of LoRA adapters identified by their model package ARNs. Use this when your adapters were produced by a SageMaker AI fine-tuning workflow that registers model packages.

Constructors

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

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.