Values_1.ModelPackageConfigSourceThe configuration for the Model package.
type nonrec t = {modelPackageGroupArn : ModelPackageGroupArn.t;The Amazon Resource Name (ARN) of the model package group of output model package.
*)sourceModelPackageArn : Values_0.ModelPackageArn.t option;The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation.
*)}val make :
?sourceModelPackageArn:??? ->
modelPackageGroupArn:ModelPackageGroupArn.t ->
unit ->
t