Bedrock / Client / stop_model_customization_job

stop_model_customization_job#

Bedrock.Client.stop_model_customization_job(**kwargs)#

Stops an active model customization job. For more information, see Custom models in the Amazon Bedrock User Guide.

See also: AWS API Documentation

Request Syntax

response = client.stop_model_customization_job(
    jobIdentifier='string'
)
Parameters:

jobIdentifier (string) –

[REQUIRED]

Job identifier of the job to stop.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions