create_foundation_model_agreement¶
Operation¶
create_foundation_model_agreement
async
¶
create_foundation_model_agreement(input: CreateFoundationModelAgreementInput, plugins: list[Plugin] | None = None) -> CreateFoundationModelAgreementOutput
Request a model access agreement for the specified model.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
CreateFoundationModelAgreementInput
|
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 |
|---|---|
CreateFoundationModelAgreementOutput
|
An instance of |
Input¶
CreateFoundationModelAgreementInput
dataclass
¶
Dataclass for CreateFoundationModelAgreementInput structure.