Skip to content

Bedrock  >  Operations  >  delete_foundation_model_agreement

delete_foundation_model_agreement

Operation

delete_foundation_model_agreement async

delete_foundation_model_agreement(input: DeleteFoundationModelAgreementInput, plugins: list[Plugin] | None = None) -> DeleteFoundationModelAgreementOutput

Delete the model access agreement for the specified model.

Parameters:

Name Type Description Default
input DeleteFoundationModelAgreementInput

An instance of DeleteFoundationModelAgreementInput.

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
DeleteFoundationModelAgreementOutput

An instance of DeleteFoundationModelAgreementOutput.

Input

DeleteFoundationModelAgreementInput dataclass

Dataclass for DeleteFoundationModelAgreementInput structure.

Attributes

model_id class-attribute instance-attribute
model_id: str | None = None

Model Id of the model access to delete.

Output

DeleteFoundationModelAgreementOutput dataclass

Dataclass for DeleteFoundationModelAgreementOutput structure.