Module Values.DeleteProjectVersionRequestSource

Deletes a Rekognition project model or project version, like a Amazon Rekognition Custom Labels model or a custom adapter. You can't delete a project version if it is running or if it is training. To check the status of a project version, use the Status field returned from DescribeProjectVersions. To stop a project version call StopProjectVersion. If the project version is training, wait until it finishes. This operation requires permissions to perform the rekognition:DeleteProjectVersion action.

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

    The Amazon Resource Name (ARN) of the project version that you want to delete.

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