/AWS1/CL_SGMAIADAPTERSOURCE¶
The source of LoRA adapters for an AI recommendation job. This is a union type — specify exactly one of the members.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_modelpackagearns TYPE /AWS1/CL_SGMAIADAPTRMODPKGENTR=>TT_AIADAPTERMODELPKGENTRYLIST TT_AIADAPTERMODELPKGENTRYLIST¶
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.
it_s3uris TYPE /AWS1/CL_SGMAIADAPTERS3ENTRY=>TT_AIADAPTERS3ENTRYLIST TT_AIADAPTERS3ENTRYLIST¶
A list of LoRA adapters identified by their Amazon S3 URIs. Use this when your adapters are stored as raw artifacts in Amazon S3.
Queryable Attributes¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELPACKAGEARNS() |
Getter for MODELPACKAGEARNS, with configurable default |
ASK_MODELPACKAGEARNS() |
Getter for MODELPACKAGEARNS w/ exceptions if field has no va |
HAS_MODELPACKAGEARNS() |
Determine if MODELPACKAGEARNS has a value |
S3Uris¶
A list of LoRA adapters identified by their Amazon S3 URIs. Use this when your adapters are stored as raw artifacts in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URIS() |
Getter for S3URIS, with configurable default |
ASK_S3URIS() |
Getter for S3URIS w/ exceptions if field has no value |
HAS_S3URIS() |
Determine if S3URIS has a value |