AiAdapterSource
The source of LoRA adapters for an AI recommendation job. This is a union type — specify exactly one of the members.
Inheritors
Types
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.
A list of LoRA adapters identified by their Amazon S3 URIs. Use this when your adapters are stored as raw artifacts in Amazon S3.
Functions
Casts this AiAdapterSource as a ModelPackageArns and retrieves its kotlin.collections.List
Casts this AiAdapterSource as a ModelPackageArns and retrieves its kotlin.collections.List
Casts this AiAdapterSource as a S3Uris and retrieves its kotlin.collections.List
Casts this AiAdapterSource as a S3Uris and retrieves its kotlin.collections.List