Provides the information necessary to start a trained model export job.
See https://www.paws-r-sdk.com/docs/cleanroomsml_start_trained_model_export_job/ for full documentation.
cleanroomsml_start_trained_model_export_job(
name,
trainedModelArn,
membershipIdentifier,
outputConfiguration,
description = NULL
)
[required] The name of the trained model export job.
[required] The Amazon Resource Name (ARN) of the trained model that you want to export.
[required] The membership ID of the member that is receiving the exported trained model artifacts.
[required] The output configuration information for the trained model export job.
The description of the trained model export job.