Module Values.GetModelCustomizationJobRequestSource

Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see Custom models in the Amazon Bedrock User Guide.

Sourcetype nonrec t = {
  1. jobIdentifier : ModelCustomizationJobIdentifier.t;
    (*

    Identifier for the customization job.

    *)
}
Sourceval context_ : string
Sourceval make : jobIdentifier:ModelCustomizationJobIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ModelCustomizationJobIdentifier.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