CleanRoomsML / Client / cancel_trained_model

cancel_trained_model

CleanRoomsML.Client.cancel_trained_model(**kwargs)

Submits a request to cancel the trained model job.

See also: AWS API Documentation

Request Syntax

response = client.cancel_trained_model(
    membershipIdentifier='string',
    trainedModelArn='string',
    versionIdentifier='string'
)
Parameters:
  • membershipIdentifier (string) –

    [REQUIRED]

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

  • trainedModelArn (string) –

    [REQUIRED]

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

  • versionIdentifier (string) –

    The version identifier of the trained model to cancel. This parameter allows you to specify which version of the trained model you want to cancel when multiple versions exist.

    If versionIdentifier is not specified, the base model will be cancelled.

Returns:

None

Exceptions