Module Values.StopModelCustomizationJobRequestSource

Stops an active model customization job. For more information, see Custom models in the Amazon Bedrock User Guide.

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

    Job identifier of the job to stop.

    *)
}
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