Module Values_1.ModelPackageConfigSource

The configuration for the Model package.

Sourcetype nonrec t = {
  1. modelPackageGroupArn : ModelPackageGroupArn.t;
    (*

    The Amazon Resource Name (ARN) of the model package group of output model package.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?sourceModelPackageArn:??? -> modelPackageGroupArn:ModelPackageGroupArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ModelPackageGroupArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t