Module Values.StopProjectVersionRequestSource

This operation applies only to Amazon Rekognition Custom Labels. Stops a running model. The operation might take a while to complete. To check the current status, call DescribeProjectVersions. Only applies to Custom Labels projects. This operation requires permissions to perform the rekognition:StopProjectVersion action.

Sourcetype nonrec t = {
  1. projectVersionArn : ProjectVersionArn.t;
    (*

    The Amazon Resource Name (ARN) of the model version that you want to stop. This operation requires permissions to perform the rekognition:StopProjectVersion action.

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