list_foundation_model_agreement_offers¶
Operation¶
list_foundation_model_agreement_offers
async
¶
list_foundation_model_agreement_offers(input: ListFoundationModelAgreementOffersInput, plugins: list[Plugin] | None = None) -> ListFoundationModelAgreementOffersOutput
Get the offers associated with the specified model.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListFoundationModelAgreementOffersInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListFoundationModelAgreementOffersOutput
|
An instance of |
Input¶
ListFoundationModelAgreementOffersInput
dataclass
¶
Dataclass for ListFoundationModelAgreementOffersInput structure.