CleanRoomsML / Client / cancel_trained_model_inference_job

cancel_trained_model_inference_job#

CleanRoomsML.Client.cancel_trained_model_inference_job(**kwargs)#

Submits a request to cancel a trained model inference job.

See also: AWS API Documentation

Request Syntax

response = client.cancel_trained_model_inference_job(
    membershipIdentifier='string',
    trainedModelInferenceJobArn='string'
)
Parameters:
  • membershipIdentifier (string) –

    [REQUIRED]

    The membership ID of the trained model inference job that you want to cancel.

  • trainedModelInferenceJobArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the trained model inference job that you want to cancel.

Returns:

None

Exceptions