stop_model_customization_job¶
Operation¶
stop_model_customization_job
async
¶
stop_model_customization_job(input: StopModelCustomizationJobInput, plugins: list[Plugin] | None = None) -> StopModelCustomizationJobOutput
Stops an active model customization job. For more information, see Custom models in the Amazon Bedrock User Guide.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
StopModelCustomizationJobInput
|
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 |
|---|---|
StopModelCustomizationJobOutput
|
An instance of |
Input¶
StopModelCustomizationJobInput
dataclass
¶
Output¶
StopModelCustomizationJobOutput
dataclass
¶
Dataclass for StopModelCustomizationJobOutput structure.