CleanRoomsML / Client / start_trained_model_export_job
start_trained_model_export_job#
- CleanRoomsML.Client.start_trained_model_export_job(**kwargs)#
Provides the information necessary to start a trained model export job.
See also: AWS API Documentation
Request Syntax
response = client.start_trained_model_export_job( name='string', trainedModelArn='string', membershipIdentifier='string', outputConfiguration={ 'members': [ { 'accountId': 'string' }, ] }, description='string' )
- Parameters:
name (string) –
[REQUIRED]
The name of the trained model export job.
trainedModelArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the trained model that you want to export.
membershipIdentifier (string) –
[REQUIRED]
The membership ID of the member that is receiving the exported trained model artifacts.
outputConfiguration (dict) –
[REQUIRED]
The output configuration information for the trained model export job.
members (list) – [REQUIRED]
The members that will received the exported trained model output.
(dict) –
Provides information about the member who will receive trained model exports.
accountId (string) – [REQUIRED]
The account ID of the member who will receive trained model exports.
description (string) – The description of the trained model export job.
- Returns:
None
Exceptions