Values.StartTrainedModelExportJobRequestSourceProvides the information necessary to start a trained model export job.
type nonrec t = {name : NameString.t;The name of the trained model export job.
*)trainedModelArn : TrainedModelArn.t;The Amazon Resource Name (ARN) of the trained model that you want to export.
*)trainedModelVersionIdentifier : UUID.t option;The version identifier of the trained model to export. This specifies which version of the trained model should be exported to the specified destination.
*)membershipIdentifier : UUID.t;The membership ID of the member that is receiving the exported trained model artifacts.
*)outputConfiguration : TrainedModelExportOutputConfiguration.t;The output configuration information for the trained model export job.
*)description : ResourceDescription.t option;The description of the trained model export job.
*)}val make :
?trainedModelVersionIdentifier:??? ->
?description:??? ->
name:NameString.t ->
trainedModelArn:TrainedModelArn.t ->
membershipIdentifier:UUID.t ->
outputConfiguration:TrainedModelExportOutputConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NameString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AccountId.t ]) list ]
list ])
list ])
list ]